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

Update visualization on property changes with latched topics #32

Merged

Conversation

MatthiasNieuwenhuisen
Copy link

OctoMaps are not redrawn until a new OctoMap message is received when changing properties, which is often never the case as octomap_server uses latched topics. This is a workaround that subscribed to the topic again, to receive the message from the latched topic again. This PR solves issue #8.

The other (less workaroundy) option to achieve this without having to re-receive the OctoMap message would include storing the received OctoMap which would increase the memory consumption of this display.

@ahornung ahornung merged commit 0895a00 into OctoMap:kinetic-devel Apr 22, 2018
@MatthiasNieuwenhuisen MatthiasNieuwenhuisen deleted the redraw_on_config_update branch April 22, 2018 21:43
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 this pull request may close these issues.

None yet

2 participants