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

which sensor better to use for slam?

asked 2014-04-26 20:22:52 -0500

Hamid Didari gravatar image

Hi guys

I saw some clips in internet for slam,they used laser range finder or kinect or mono_camera or stereo camera ...

which sensor is better to use for mapping I'm researcher in rescue robot indoor ...

I can't use just the laser scanner because of the environment has half wall(half down or half up and if I use just the laser scanner i can't understand that robot can pass under wall or not ...)

any suggestion about my problem?

Thanks Hamid

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
4

answered 2014-04-26 23:09:14 -0500

LIDAR sensors are so far the most reliable (if expensive) sensor for performing SLAM with mobile robots. Camera-based/Visual SLAM works well in some scenarios but tends to be (much) more brittle generally. You can use a 3D SLAM approach like ethzasl_icp_mapper with a rotating LIDAR or you can combine a (internal) 2D approach like hector_mapping with a rgb-d sensor and IMU data to perform 3D mapping. That's what we do in this video and as can be seen, the robot operates autonomously in the Rescue Arena for 20 minutes without running into obstacles like half height roll/pitch ramps.

edit flag offensive delete link more

Comments

how your robot will find out if the space under the wall is higher than its height so it can pass through it?

Hamid Didari gravatar image Hamid Didari  ( 2014-04-27 19:04:30 -0500 )edit

You can create a octomap from RGB-D data and generate a occupancy grid map based on it that contains only cells of a certain height range. If you select the height range to be that of your robot´s geometry (performing some special treatment for the floor), you´ll get a map that shows where your robot can go (which can be used directly in planning algorithms based on occupancy grids).

Stefan Kohlbrecher gravatar image Stefan Kohlbrecher  ( 2014-04-28 21:15:18 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-04-26 20:22:52 -0500

Seen: 4,204 times

Last updated: Apr 26 '14