Skip to content

Update visualization on property changes with latched topics #32

New issue

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

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

Already on GitHub? # to your account

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants