how to execute rgbdslam by bag file
hi, I'm trying to execute rgbdslam offline by bag files. but I don't know that bag files I made is correct.
I found that rgbdslam subscribe 3 msgs, /camera/rgb/image_mono, /camera/rgb/points, /camera/depth/image. so I tried to create bag files in 2 ways[publish from openni_camera node].
- rosbag record -a
- rosbag record -O test /camera/rgb/image_mono /camera/rgb/points /camera/depth/image
but 1. occurred error in openni_node running. 2. was OK. but buffer exceed warning was occurred so It has just about 10seconds duration.
What can I do for this work.
answer anything to that. thank you.