raulmur / ORB_SLAM

A Versatile and Accurate Monocular SLAM
http://webdiis.unizar.es/~raulmur/orbslam/
Other
1.49k stars 813 forks source link

Using /usb_cam/image_raw topic instead of camera/image_raw #176

Open minwoo0611 opened 4 years ago

minwoo0611 commented 4 years ago

When using usb cam, the topic comes out as usb_cam / image_raw, and I want to run ORB_SLAM using this topic. Therefore, after changing camera / image_raw to usb_cam / image_raw in the tracking.cc file, ORB_SLAM was newly built. After that, I ran the bag file with topic usb_cam / image_raw, but nothing appeared in rviz. I wonder if there is anything else to do in the tracking.cc file other than editing it.