how can i use RGBDSlam with 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!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
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!
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-07-22 07:41:01 -0600
Seen: 179 times
Last updated: Jul 24 '15
Map pointcloud publishing in RGBDSLAM
Convert a 16 bit compressed kinect depth image to something usable?
rgbdslam compiles but I get an error trying to run it
rgbdslam cmake_install halts; howto fix it?
RGBDSLAM who do I send the patches too? (Fixed for latest fuerte)
How to visualize octomap from octomap_server with rgbdslam?