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

Depth map from a stereo camera

asked 2013-04-07 01:57:21 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi,

I want to adapt the RGBDSLAM node that works with the kinect to make it work with my stereo camera. From the Bumblebee2 i can access to the rectified images, the disparity map and the pointcloud using the streo_image_proc node. The RGBDSLAM needs a pointcloud, an rgb image and a depth map.

How can i access to the depth map from my stereo camera ? does the the stereo_image_proc node do it ? Because i didn't find any topic that publishes this depth map.

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-04-09 10:29:24 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

You can use use rgbdslam with a stereo camera directly. There are parameters called "wide_...", with which you can set the monochrome image and the cloud. For instance like that:

<param name="config/wide_topic"                    value="/camera/image_mono"/>
<param name="config/wide_cloud_topic"              value="/camera/points"/>
edit flag offensive delete link more

Comments

And if no parameters ? How i can access to the depth image thank to the stereo camera ?

lilouch gravatar image lilouch  ( 2015-04-02 01:53:41 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-04-07 01:57:21 -0500

Seen: 1,307 times

Last updated: Apr 09 '13