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

When to use Gmapping??

asked 2012-11-29 17:40:08 -0500

Astronaut gravatar image

Hello

I have some question regarding Gmapping. I would like to know when to use it. I have a sensor package consist of Laser range finder, IMu and Camera. I was using amcl for the robot pose estimation. I do not have encoders(odometry) so was using IMU for the ICP in the laser scan matcher node. So I had an option oof using Gmapping , but I actually used the amcl with the laser scans. Any explanation of Gmapping??

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2012-11-29 19:59:26 -0500

  • AMCL is a localization method that localizes your robot in a previously known map.
  • Gmapping is a SLAM (simultaneous localization and mapping) method that simultaneously generates a map and localizes your robot in it.

In a nutshell (for details on the difficulties of the SLAM problem see for example this overview paper), SLAM can be more brittle than pure localization as the map used for localization is not static.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-11-29 17:40:08 -0500

Seen: 426 times

Last updated: Nov 29 '12