Robotics StackExchange | Archived questions

How can i run ORB_SLAM2 on ros indigo

I have a turtlebot with ros indigo and kinect2. I am want to run example RGBD Node of ORBSLAM2, but terminal show some following errors to me.

$ rosrun ORB_SLAM2 RGBD Vocabulary/ORBvoc.txt ROSbag/kinect2_conf.yaml

ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza.
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions. See LICENSE.txt.

Input sensor was set to: RGB-D
Failed to open settings file at: ROSbag/kinect2_conf.yaml

what shuld i do?

Asked by Ziwen Qin on 2016-05-27 23:24:03 UTC

Comments

Answers

I found this error: we should add absolute path of ORBvoc.txt and kinect2_conf.yaml

Asked by Ziwen Qin on 2016-05-28 01:41:53 UTC

Comments