ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

how can i run this on ROS(jade)?

Open ashclission opened this issue 9 years ago • 10 comments

when i install ORB_SLAM , i have some problem. /****************************************************************************** Failed to invoke /opt/ros/jade/bin/rospack deps-manifests ORB_SLAM-master [rospack] Error: package 'ORB_SLAM-master' depends on non-existent package 'opencv2' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update' ******************************************************************************/ how can i solve this problem . Thanks.

ashclission avatar Jun 11 '15 01:06 ashclission

Hi, you need to take out all the opencv stuff from the depends in the package.xml - I had that error pop up, too, despite opencv2 being installed from ROS Hydro core

Best, Marc

On Jun 10, 2015, at 8:53 PM, ashclission [email protected] wrote:

when i install ORB_SLAM , i have some problem. /****************************************************************************** Failed to invoke /opt/ros/jade/bin/rospack deps-manifests ORB_SLAM-master [rospack] Error: package 'ORB_SLAM-master' depends on non-existent package 'opencv2' and rosdep claims that it is not a system dependency. Check the ROS_PACKAGE_PATH or try calling 'rosdep update' ******************************************************************************/ how can i solve this problem . Thanks.

— Reply to this email directly or view it on GitHub https://github.com/raulmur/ORB_SLAM/issues/34.

MarcGyongyosi avatar Jun 11 '15 02:06 MarcGyongyosi

Thanks Marc. it does work .and i going to run this on my android robot.

ashclission avatar Jun 12 '15 06:06 ashclission

@ashclission how do you run it on android? have you installed ros on it or do you only use the images from the smartphone?

gitunit avatar Jun 13 '15 10:06 gitunit

just for a test. i see a ndk version on android. and going to install it on my phone.

2015-06-13 18:50 GMT+08:00 gitunit [email protected]:

@ashclission https://github.com/ashclission how do you run it on android? have you installed ros on it or do you only use the images from the smartphone?

— Reply to this email directly or view it on GitHub https://github.com/raulmur/ORB_SLAM/issues/34#issuecomment-111697920.

ashclission avatar Jun 15 '15 01:06 ashclission

is it possible_?_

2015-06-15 9:12 GMT+08:00 wj mickey [email protected]:

just for a test. i see a ndk version on android. and going to install it on my phone.

2015-06-13 18:50 GMT+08:00 gitunit [email protected]:

@ashclission https://github.com/ashclission how do you run it on android? have you installed ros on it or do you only use the images from the smartphone?

— Reply to this email directly or view it on GitHub https://github.com/raulmur/ORB_SLAM/issues/34#issuecomment-111697920.

ashclission avatar Jun 15 '15 01:06 ashclission

Just because I did not see a confirmation regarding ORB-SLAM and ROS-Jade, I do confirm it works on a stock Ubuntu 14.04, using a Microsoft Surface 1 tablet. And it works rather well.

@ashclission I know that I've seen LSD-slam work on an Android phone in a visual odometry mode.

jwcrawley avatar Jul 07 '15 21:07 jwcrawley

@jwcrawley I tried to build ORB-SLAM with ROS-Jade in Ubuntu 14.10, but encountered a problem issued at https://github.com/raulmur/ORB_SLAM/issues/65. Could you help me analyze what may cause the problem? Thanks!

wangchuan avatar Sep 21 '15 15:09 wangchuan

@MarcGyongyosi I don't know how to take out all the opencv stuff from the depends in the package.xml?Where to find the package.xml and how to remove opencv thing? Can you help me

xtsxisaxns avatar Dec 29 '16 17:12 xtsxisaxns

"package.xml" has been renamed to "manifest.xml".

Removing the opencv2 dependency worked on Ubuntu 16.04.

bdjohnson529 avatar Jan 31 '18 03:01 bdjohnson529

I am getting this error after removing opencv from xml file fatal error: cv_bridge/cv_bridge.h: No such file or directory Do I have to change the code in ros_rgbd.cc

ravikt avatar Jun 12 '18 19:06 ravikt