Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rviz display crash when layer is not available #161

Open
bmagyar opened this issue Jan 31, 2018 · 0 comments · May be fixed by #384
Open

rviz display crash when layer is not available #161

bmagyar opened this issue Jan 31, 2018 · 0 comments · May be fixed by #384

Comments

@bmagyar
Copy link

bmagyar commented Jan 31, 2018

GridMap throws exceptions when lookup of things fail but these are not caught in the rviz display which in return crashes rviz altogether.

terminate called after throwing an instance of 'std::out_of_range'
  what():  GridMap::at(...) : No map layer 'elevation' available.

To reproduce:

  • add new display
  • set "Height Layer" to something invalid
  • change "Height Transformer" to "Flat"
  • start publishing gridmaps
@bmagyar bmagyar changed the title rviz display crash when height layer is not available rviz display crash when layer is not available Jan 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant