RTABmap error during the SLAM
Hi,
I am using RTABmap RGBD slam using the laser scanner. I have a stereo cam and I used rtabmap node to convert the disparity images to depth map so I could use the laser scanner for mapping. During the SLAM, I got this error:
DLT algorithm needs at least 6 points for pose estimation from 3D-2D point correspondences. (expected: 'count >= 6'), where
> 'count' is 5
> must be greater than or equal to
> '6' is 6
How can I disable the pose estimation from the camera so I won't get this error anymore?