ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How is RTABMap a SLAM algorithm if it has separate mapping and localization modes?

asked 2021-07-09 01:32:23 -0500

electrophod gravatar image

I believe the RTABMAP has mapping and localization modes. Can they both run together? If they can't how is RTABMap said to be a SLAM algorithm?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-07-09 08:53:08 -0500

matlabbe gravatar image

Hi,

the mapping mode (default) in RTAB-Map is actually the SLAM mode (loop closures are detected online and graph is optimized online). The localization mode is really a localization mode (the map is not modified).

It applies for all other SLAM algorithms too. For example with GMapping/AMCL tutorials, you would say that you use gmapping for the mapping phase, then use AMCL for the localization phase. In reality, the mapping phase is doing SLAM.

Here other examples where "mapping" means SLAM:

edit flag offensive delete link more

Comments

@matlabbe Thanks a lot for your reply. That perfectly answers my question!

electrophod gravatar image electrophod  ( 2021-07-09 10:34:22 -0500 )edit

Question Tools

4 followers

Stats

Asked: 2021-07-09 01:32:23 -0500

Seen: 347 times

Last updated: Jul 09 '21