-
Notifications
You must be signed in to change notification settings - Fork 287
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_point_cloud_centers topic is not clear when there is a loop closure in rtabmap_ros #65
Comments
Hi! |
Hi, If you do not mind you can take a look at the post I have made in rtabmap forum: |
Sorry I do not have the capacity or time to provide support to user questions. Based on checking the source code, |
I have tried the reset call service and the the |
You may have to work with the source code and check that topics are published on reset ( |
Related to #85 - also due to the early return inside octomap_mapping/octomap_server/src/OctomapServer.cpp Lines 487 to 490 in 84633da
However, not yet fixed by #92 |
Dear people
I have a launch file that contains the following two packages, among others:
rtabmap.launch
octomap_server with cloud_in = /rtabmap/cloud_map
I do have a problem, when I run the
rtabmap.launch
and I plot the/octomap_point_cloud_centers
inRVIZ
.The problem is that when the rtabmap finds a loop closure and corrects itself, the
/octomap_point_cloud_centers
topic do not clear.How can I solve this issue?
Any help is appreciated, thank you
The text was updated successfully, but these errors were encountered: