Open raoshashank opened 1 day ago
Can you quickly check the same bag playing using rosbag play and visualize the depth map in RVIZ? in RVIZ you can select depth image directly as depth topic and RGB image as color topic. If the pointcloud is same as per the above image, then can post the bag you are using, and we will try to check with the same bag.
Hi, Thanks for the awesome dataset. I am trying to extract the point cloud from the depth images from the zed2 data. Here is an example image generated using the parser (uncropped) I used the intrinsic matrix from the /zed2/zed_node/depth/camera_info topic, specifically:
and then calculated the point cloud as follows:
In open3d, I got the following:
This doesn't look right to me, please let me know if I'm using the data correctly. Thank you in advance