-
Notifications
You must be signed in to change notification settings - Fork 822
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
Comments
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,
|
Thanks Marc. it does work .and i going to run this on my android robot. |
@ashclission how do you run it on android? have you installed ros on it or do you only use the images from the smartphone? |
just for a test. i see a ndk version on android. and going to install it on 2015-06-13 18:50 GMT+08:00 gitunit [email protected]:
|
is it possible_?_ 2015-06-15 9:12 GMT+08:00 wj mickey [email protected]:
|
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 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! |
@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 |
"package.xml" has been renamed to "manifest.xml". Removing the opencv2 dependency worked on Ubuntu 16.04. |
I am getting this error after removing opencv from xml file |
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.
The text was updated successfully, but these errors were encountered: