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

Looking for LaserScan data processing library

asked 2018-10-27 17:12:23 -0500

AutoCar gravatar image

Hi,

I am looking for a software library that can processing 2D lidar data in the LaserScan message, such as scan segmentation (splitter), line, arc, circle detection/tracking etc, some like the PCL, but for 2D lidar data.

Thanks,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-10-28 05:24:47 -0500

This obstacle_detector package does exactly what you're looking for. I think you'll have to build this from source to get it running, apart from that you should be able to get it up and running pretty quickly.

Just a note, this will always be detecting arcs, never circles because a laser scanner by definition can at most see half a circle at single point in time. So strictly speaking this will detect lines and arcs.

Hope this helps.

edit flag offensive delete link more

Comments

Thanks a lot. Will try it.

AutoCar gravatar image AutoCar  ( 2018-10-29 11:54:49 -0500 )edit

I found obstacle_extract only works with PointCloud message, not the LaserScan message.

AutoCar gravatar image AutoCar  ( 2018-10-30 20:59:12 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-10-27 17:12:23 -0500

Seen: 575 times

Last updated: Oct 28 '18