Replies: 3 comments 1 reply
-
I have found that the I imagine what is happening, is that RViz is accumulating the messages across time, and visualizing all of them. It would be great if there was a parameter to control whether this accumulation happens or not. For some folks, it might be desirable to keep all the map updates visualized. For my application, I would like to only see the most recent map update. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello,
I am interested in creating a high-resolution local map, something like 5-10-15 meter bounding box. The reason is that maintaining the entire map during a mobile robot mission (100m-1km) results in very slow publishing rates due to ballooning map size.
I have implemented some code to delete nodes outside the specified bounding box (relative to the robot position) in OctoMap ROS server, but I am only beginning to think about how to best implement that for ufomap.
Thanks for any and all ideas!
Beta Was this translation helpful? Give feedback.
All reactions