ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you end up implementing your own linear Hough Transform extraction code, I'd avoid the point cloud message entirely. Because the Hough Transform you'd want to implement is inherently polar in nature it can be calculated faster if you keep the polar coordinates you get from the laser scan instead of converting them to Cartesian coordinates.