Is there a way to obtain a mapping from a point in the pointcloud obtained from the Realsense to a pixel in the depth map? The pointcloud is obtained from the depth map, but pixels without valid depth data are left out. The Realsense API only provides a routine to map points to RGB pixels.
We use librealsense and the Realsense ROS driver.