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

Bad stereo mapping in RTABmap

asked 2019-03-18 03:34:55 -0500

EdwardNur gravatar image

Hi,

I have a stereo camera, Intel T265 and I am getting strange stereo map:

image description

Why is that? I have also recorded the bag: https://drive.google.com/file/d/1sjh1...

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2019-03-22 19:40:29 -0500

matlabbe gravatar image

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_calibratio...

cheers,
Mathieu

edit flag offensive delete link more

Comments

@matlabbe Hi thank you, I already figured this out but gave up on a camera for a while as calibrating was not perfect. Meanwhile, can you have a look at my new question? https://answers.ros.org/question/3193...

EdwardNur gravatar image EdwardNur  ( 2019-03-23 13:19:23 -0500 )edit
0

answered 2019-08-08 11:21:52 -0500

Just to let you know ROS doesn't support fisheye camera calibration and fisheye image proc pipeline

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-18 03:34:55 -0500

Seen: 659 times

Last updated: Mar 22 '19