RTAB MAP Tutorial Needed

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

RTAB MAP Tutorial Needed

GGYU
I am ROS2 Humble User.

I want to use the various features of RTAB-Map, but I don’t fully understand what features are available. I have looked at the RTAB-Map Wiki, but I want to study all the features of RTAB-Map in detail. Is there a site I can refer to? I’ve reviewed the RTAB-Map Wiki, but there are still many questions, such as the difference between Loop Closing (green and yellow indicators), and how to create various types of maps.
Reply | Threaded
Open this post in threaded view
|

Re: RTAB MAP Tutorial Needed

matlabbe
Administrator

Hi,

For an overview of the ros package, you can read this paper "RTAB-Map as an Open-Source Lidar and Visual SLAM Library for Large-Scale and Long-Term Online Operation".

For examples of usage under ROS2, the best starting point is the demos, in particular the "Indoor 2D LiDAR and RGB-D SLAM" and the "Turtlebot3" ones:
https://github.com/introlab/rtabmap_ros/tree/ros2/rtabmap_demos#rtabmap_demos

then the examples if you have already some sensors to test with:
https://github.com/introlab/rtabmap_ros/tree/ros2/rtabmap_examples/launch

For documentation about the ROS nodes, see http://wiki.ros.org/rtabmap_ros (it is ROS1 documentation, but we use same parameters/services for ROS2)
Reply | Threaded
Open this post in threaded view
|

Re: RTAB MAP Tutorial Needed

GGYU
Thank you for your help.