-
Notifications
You must be signed in to change notification settings - Fork 597
Open
Labels
Description
- Operating System:
- Docker container Ubuntu 22.04
- Installation type:
- source
- ROS Version
- ROS 2 Humble
- Version or commit hash:
- 2.6.10
- Laser unit:
- Sick TiM 571 (simulated)
Description
I'm experimenting with the interactive mode in slam_toolbox using the online_sync mode. Here's what I did:
- Launched online_sync mode from slam_toolbox.
- Enabled interactive mode using the toggle from the provided RViz panel.
- Added the Interactive Marker display in RViz.
- Manipulated the pose graph using the interactive markers (e.g., moving nodes).
- Pressed "Save Changes".
- Verified that the manualLoopClosureCallback in loop_closure_assistant.cpp was being called correctly.
Question
I am unsure how these interactive modifications are supposed to reflect on the map:
-
Are the changes applied immediately and visible on the 2D map in RViz?
(e.g., will the occupancy grid change in real time after modifying the graph?) -
Or is the only way to see the result of the graph changes to save the map and reload it?
At the moment, I can manipulate nodes and apply changes, but I don't visually observe any difference in the map in RViz. Could you please clarify how this is intended to work?
Any insight would be appreciated, thanks!