Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i run this on ROS(jade)? #34

Open
ashclission opened this issue Jun 11, 2015 · 10 comments
Open

how can i run this on ROS(jade)? #34

ashclission opened this issue Jun 11, 2015 · 10 comments

Comments

@ashclission
Copy link

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.

@MarcGyongyosi
Copy link

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 notifications@github.com 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 #34.

@ashclission
Copy link
Author

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

@gitunit
Copy link

gitunit commented Jun 13, 2015

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

@ashclission
Copy link
Author

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 notifications@github.com:

@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
#34 (comment).

@ashclission
Copy link
Author

is it possible_?_

2015-06-15 9:12 GMT+08:00 wj mickey bonwind99@gmail.com:

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 notifications@github.com:

@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
#34 (comment).

@jwcrawley
Copy link

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.

@wangchuan
Copy link

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

@xtsxisaxns
Copy link

@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

@bdjohnson529
Copy link

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

Removing the opencv2 dependency worked on Ubuntu 16.04.

@ravikt
Copy link

ravikt commented Jun 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants