dvo_slam
dvo_slam copied to clipboard
How to run the package?
Hi, I am a newbie to ROS. I'm wondering how to bring up the package. I tried rosrun dvo_ros camera_tracker along with rosrun dvo_slam camera_keyframe_tracker and there were some topics but no /world or /dvo_vis/cloud. When I set target frame to /world, there was a tf error. Could anyone help me out? Thank you in advance.
given that rosrun dvo_slam camera_keyframe_tracker connects properly to your camera's topics the /cloud topic will be published once the first keyframes get created, i.e, after moving the camera. Maybe also have a look at issue #5 explaining how to run dvo_slam on a dataset
thanks! So I need to bring up my kinect with other packages like openni_launch? I found there were some topics related to camera after rosrun dvo_slam camera_keyframe_tracker. Do I need to do so?
Is it possible to use rosrun dvo_slam camera_keyframe_tracker
via bag dataset?