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

Revision history [back]

click to hide/show revision 1
initial version

rtabmap requires rectified stereo images as input. There are a lot of right images missing from the bag, but I'm still able to try stereo_image_proc to rectify the images:

$ rosrun stereo_image_proc stereo_image_proc /left/image_raw:=/camera/fisheye1/image_raw /left/camera_info:=/camera/fisheye1/camera_info /right/image_raw:=/camera/fisheye2/image_raw /right/camera_info:=/camera/fisheye2/camera_info

Raw:

image description

Rectified:

image description

As you can see, the rectification doesn't work with the current calibration info. Here is a tutorial to calibrate stereo cameras: http://wiki.ros.org/camera_calibration/Tutorials/StereoCalibration

cheers,
Mathieu