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

Revision history [back]

PCL´s RangeImagePlanar class provides what you request (essentially rendering a pinhole camera model image for unorganized point cloud data from novel viewpoints). Specifically, the createFromPointCloudWithFixedSize is the correct method to use. Once you have converted your cloud to the PCL format, this should work.