ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could simply convert the laser scan into a point cloud using the ros_pcl transforms package. Once in a pointcloud form, you can look at the L2 distance from the origin frame to determine which point is closest. Hope that helps. S