ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

There's already code for this in the 'convert_pointcloud_to_image' node. This gives you an orthogonal projection, dropping the Z-axis of the pointcloud.

You hint that you want the true 'camera image' (i.e. unrectified) using the CameraInfo, which would require a projection using the K matrix in the CameraInfo message.

There's already code for this in the 'convert_pointcloud_to_image' node. This gives you an orthogonal projection, dropping the Z-axis of the pointcloud.

You hint that you want the true 'camera image' (i.e. unrectified) raw, distorted) using the CameraInfo, which would require a projection using the K matrix in the CameraInfo message.