What is the simplest way to identify objects using ROS laser scan data ranges? I know we can use Hough Transformations but I haven’t seen an example on how to use these techniques with Laser Scan Data.
Any help is appreciated…
ROS Resources: ROS Homepage | Media and Trademarks | Documentation | ROS Index | How to Get Help | Q&A Help Site | Discussion Forum | Service Status |
What is the simplest way to identify objects using ROS laser scan data ranges? I know we can use Hough Transformations but I haven’t seen an example on how to use these techniques with Laser Scan Data.
Any help is appreciated…
Hey!
You could decompose the point cloud data into primitive shapes using PCL. Check out these links related to PCL if it may be of any help.