ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
/rtabmap/goal
should be connected to /move_base_simple/goal
, or rtabmap is configured to use actionlibs with move_base like in this example:
<node name="rtabmap" pkg="rtabmap_ros" type="rtabmap" output="screen"> <remap from="move_base" to="/move_base"/> ... </node>
We cannot add 3D models for visualization in rtabmapviz. However, if the robot moves, the referential corresponding to base_link
frame will move in rtabmapviz.
Note that rtabmapviz is used only for visualization (not required for SLAM), so in general we choose between rviz or rtabmapviz. We can open both too: rtabmapviz used to monitor loop closures and see statistics, while rviz is used to show the map and the robot model.
2 | No.2 Revision |
/rtabmap/goal
should be connected to /move_base_simple/goal
, or rtabmap is configured to use actionlibs with move_base like in this example:
<node name="rtabmap" pkg="rtabmap_ros" type="rtabmap" output="screen">
<remap from="move_base" to="/move_base"/>
...
</node>
We cannot add 3D models for visualization in rtabmapviz. However, if the robot moves, the referential corresponding to base_link
frame will move in rtabmapviz.
Note that rtabmapviz is used only for visualization (not required for SLAM), so in general we choose between rviz or rtabmapviz. We can open both too: rtabmapviz used to monitor loop closures and see statistics, while rviz is used to show the map and the robot model.
3 | No.3 Revision |
/rtabmap/goal
should be connected to /move_base_simple/goal
, or rtabmap is configured to use actionlibs with move_base like in this example:`
<node name="rtabmap" pkg="rtabmap_ros" type="rtabmap" output="screen">
3.
We cannot add 3D models for visualization in rtabmapviz. However, if the robot moves, the referential corresponding to tobase_link
base_link` frame will move in rtabmapviz.
Note that rtabmapviz is used only for visualization (not required for SLAM), so in general we choose between rviz or rtabmapviz. We can open both too: rtabmapviz used to monitor loop closures and see statistics, while rviz is used to show the map and the robot model.
4 | No.4 Revision |
/rtabmap/goal
should be connected to /move_base_simple/goal
, or rtabmap is configured to use actionlibs with move_base like in this example:`
<node name="rtabmap" pkg="rtabmap_ros" type="rtabmap" output="screen">
<param name="use_action_for_goal" type="bool" value="true"/>
<remap from="move_base" to="/move_base"/>
</node>
3) We cannot add 3D models for visualization in rtabmapviz. However, if the robot moves, the referential corresponding
3.
toto base_link
base_link` frame will move in rtabmapviz.
Note that rtabmapviz is used only for visualization (not required for SLAM), so in general we choose between rviz or rtabmapviz. We can open both too: rtabmapviz used to monitor loop closures and see statistics, while rviz is used to show the map and the robot model.