ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Make sure that your cloud is ordered sequentially - points[0] should correspond to the minimum-angle beam, and points[n-t] should be the maximum-angle beam.
You are getting a negative field of view (-27 deg), so that points to something wrong with the limits.
2 | No.2 Revision |
Make sure that your cloud is ordered sequentially - points[0] should correspond to the minimum-angle beam, and points[n-t] should be the maximum-angle beam.
You are getting a negative field of view (-27 deg), so that points to something wrong with the limits.limits. How are you constructing the point cloud?