RGBDSLAM data size
Hi,
When i give to the RGBDSLAM package a pointcloud and a rectified image (from a stereo camera) of different sizes, i got this error : "PointCloud, depth and visual image differ in size! Ignoring Data"
I need to have different sizes because i am using a voxelGrid filter on my pointcloud. How can i make the RGBDSLAM package accept a pointcloud and a rectified colored image of different sizes ?
This is the downfall of the package. Instead of removing points, you could just set them to zero which won't remove the points itself. The voxel grid filter should give you inlier indexes which is the points that correspond to the down-sampled point cloud.