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

SLAMer and moving objects?

asked 2014-04-25 19:59:41 -0500

Hendrik Wiese gravatar image

updated 2014-04-25 20:19:36 -0500

Hi folks,

short:

just a short question: are the SLAM algorithms available to ROS (gmapping, amcl, hector_slam) capable of handling moving objects within the map?

longer description:

Consider having a "map" that is only defined by six cubes of 8x8x8cm placed in fixed positions around a rectangular area of 3x2m (three objects on each short side). However on the height of the laser scanner that creates that map there are up to three moving objects of about the same size of the six fixed cubes. They can screen (i.e. get in between) the fixed cubes from the laser scanner but most of the time hopefully will not.

I'll add details later if necessary...

Thanks a lot!

Cheers, Hendrik

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-04-25 22:12:29 -0500

All approaches you mentioned use the static world assumption (i.e. moving objects are not modeled in any way), but they all should be robust against some violations of this assumption. Note AMCL is not a SLAM algorithm and uses a pre-built map, which has the advantage that it will not update the map estimate with moving objects. Both gmapping and hector_slam employ probabilistic grid mapping, so as long as the moving objects are really constantly moving, they will hopefully get filtered out during the SLAM process. If they stop, they become obstacles that are indistinguishable from your "true" obstacles, however.

edit flag offensive delete link more

Comments

Currently I'm using AMCL with its pre-built map. This seems to be working pretty well. The thing is, the obstacles that are relevant and that I need to avoid are moving in a similar way like my robot (actually it's other robots that work in an unknown way). So I guess AMCL is way to go here. Thanks!

Hendrik Wiese gravatar image Hendrik Wiese  ( 2014-05-06 23:15:11 -0500 )edit

@Stefan Kohlbrecher@Hendrik Wiese I am using gmapping slam with multiple turtlebot3s in the same world. When they are moving past each other, my gmapping slam shows them as obstacles for each static snapshot of the laser scan and this messes up the OGM map building and localization of the robots. You mentioned that gmapping should be robust against some violations of the static world assumption assumption, so how can I fix this?

hunterlineage1 gravatar image hunterlineage1  ( 2023-04-21 11:26:27 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-25 19:59:41 -0500

Seen: 714 times

Last updated: Apr 25 '14