-
Notifications
You must be signed in to change notification settings - Fork 281
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
octomap_full message update? #110
Comments
Unless a different change is observed, the OctoMap will not be cleared by default - there is no decay of nodes in the current implementation |
Thank you for your reply! I'm pretty sure there is an obvious change of my dynamic environment. I found a question that is very similar to my question. When the obstacle disappears from the view, the residual occupied cells still remain. I have tried to call the service to reset the octomap with My procedure is to first process the But if I skip the process procedure, it all works. Do you know where I went wrong? My Ros distro is Noetic. Thanks! |
Hi! Did you discover how to remove the residual data? Thank you in advanced :) |
Hi!
I'm new to octomap_mapping, so maybe my issue is dumb.
Hopefully I can get a response to my issue.
When I use
octomap_mapping.launch
to convert the point cloud to octomap, I found that the octomap won't change in real time likePointcloud2
message, i.e., the octomap in the past is still visible and won't disappear.I guess I might use
octomap_tracking_client.launch
, but now, I'm stilling working on it.So, my questions are:
If my guess is correct?
Is it possible to get a reply about the simple instructions of the differences between the main four launch files.
Help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: