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..
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.