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

how can i use RGBDSlam with image

asked 2015-07-22 07:41:01 -0500

fdp0525 gravatar image

i have a sequence of image with the format bmp(or png), they are rgb and depth image,there is no bagfiles. how can i use RGBDSlam with those dataset. thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-07-24 02:27:40 -0500

After you brings up RGBDSLAM by using Kinect or other RGBD sensors, you can use rqt to check what are the input topics of RGB and depth image for RGBDSLAM.

Let's say the topic names are /rgb_image and /depth_image, then you need to publish images in your dataset to /rgb_image and /depth_image. You can do it by reading the images from OpenCV and publish it to topics. (You might need this ref.)

Due to some problem I cannot indicate the precise topic name. But I think you can find out by yourself.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2015-07-22 07:41:01 -0500

Seen: 304 times

Last updated: Jul 24 '15