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

DIY 3D laser scanner with ROS

asked 2018-10-22 07:09:14 -0500

the3kr gravatar image

Hi,

I'm trying to do SLAM with low-cost hardware. I've considered using an ultrasonic-sensor but read that it's not possible to do SLAM with a 1-point range sensor. Then I found fabscan which is a DIY 3D laser scanner. I'll like to ask if it's possible to do this ? If someone has tried it before ? and how to go about the integration with ROS?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2018-10-22 09:32:51 -0500

The intended use of FabScan seems to be stationary short-range 3D scanning of static objects. Each scan is probably going to take a relatively long time to complete. For these reasons, it won't be the right scanner for you.

For the most common SLAM algorithms (such as gmapping or Google cartographer), you only need a 2D laser scanner, not a 3D laser scanner.

On the turtlebot, a RGB-D camera like the Microsoft Kinect, Asus Xtion Pro Live (unfortunately no longer available) or Orbbec Astra is used to simulate a 2D laser scanner using one of these two packages:

http://wiki.ros.org/depthimage_to_las...

http://wiki.ros.org/pointcloud_to_las...

This is probably going to be your best bet - those 3D cameras are relatively cheap.

There are also low-cost 2D laser scanners such as the RPLIDAR. The main advantage over a 3D camera is the bigger field of view (360° instead of 60°), but I would try a 3D camera first.

edit flag offensive delete link more

Comments

1

Would be hard pressed to find a cheaper or simpler scanner than neato botvac laser scanner with aftermarket mount and controller. I use on indoor robot and am really pleased with it. https://www.getsurreal.com/product/bo...

And No. I am not affiliated with that website.

billy gravatar image billy  ( 2018-10-22 12:09:18 -0500 )edit

do you know if this sensors can work in direct sunlight and under rain ? I found

the3kr gravatar image the3kr  ( 2018-11-09 11:04:51 -0500 )edit

I do not know about in the sun. Indoors it has range of maybe 5 meters. It would need a major upgrade to be suitable for use in the rain.

billy gravatar image billy  ( 2018-11-09 13:33:04 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-10-22 07:09:14 -0500

Seen: 20,543 times

Last updated: Oct 22 '18