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_imu_plugin not properly initialized #80

Open
maracuya-robotics opened this issue Dec 5, 2017 · 1 comment
Open

rviz_imu_plugin not properly initialized #80

maracuya-robotics opened this issue Dec 5, 2017 · 1 comment

Comments

@maracuya-robotics
Copy link

The visibility and scale of rviz_imu_plugin elements are not properly initialized when read from an rviz configuration file.

  • Add an rviz_imu_plugin node to rviz and set its visibility to false
  • Save the configuration and restart rviz

The acceleration arrow will be visible although the plugin node itself is set to invisible. Also axes are not scaled correctly. ImuDisplay::onInitialize() sets the visibility manually instead of calling the proper update methods (e.g. ImuDisplay::updateAxes()) which also sets the scale.

@mintar
Copy link
Collaborator

mintar commented Dec 6, 2017

Thanks for the bug report! I don't have the time at the moment to work on this myself. However, if you could provide a pull request, I'd be happy to review and merge it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants