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

Map Empty && Clearing Obstacles #1236

Open
anath93 opened this issue Nov 14, 2024 · 1 comment
Open

Map Empty && Clearing Obstacles #1236

anath93 opened this issue Nov 14, 2024 · 1 comment

Comments

@anath93
Copy link

anath93 commented Nov 14, 2024

Hello,

I am seeing two issues here, once the subscribe stereo is set to True, the grid map is never published. Using rgb-d sync only it works, checked rqt where the option was true but and camera nodes were subscribed but no map is generated.

Second, I did review your forum page about clearing obstacles. I did open databaseviewer --> export optimized map --> open in gimp --> cleared obstacles --> closed gimp and databaseview by saving --> reload rtabmap in localization mode
image

Finally looks like I found the issue, it happens when I see the tag and map gets optimized bringing back cleared obstacles. If I do not see tags, it works fine.

image

@matlabbe
Copy link
Member

once the subscribe stereo is set to True, the grid map is never published.

Are there warnings every 5 sec telling that stereo topics have not been received? When setting subscribe_stereo to true, by default we switch approx_sync to false assuming that all stereo topics can be exactly synchronized. If it is not the case, approx_sync can be set explicitly to true, but I don't recommend this with stereo data.

For the map re-assembled issue, which version of rtabmap are you using? I could not reproduce it here:
Peek 2024-11-16 15-51

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

No branches or pull requests

2 participants