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

Do we need to change the Cmake file to catkin before compiling in hydro #8

Open
shabhu18 opened this issue Mar 30, 2015 · 7 comments
Open

Comments

@shabhu18
Copy link

The Cmake file provided with the code is useful for only compiling in ros fuerte .Can you provide the files for hydro version.

@raulmur
Copy link
Owner

raulmur commented Mar 30, 2015

The same cmake file works for hydro. Have you set up the ROS_PACKAGE_PATH environment variable?

@shabhu18
Copy link
Author

shabhu18 commented Apr 1, 2015

I have copied my ORB SLAM in src folder of catkin_ws .After buiding all the files in third party. I am getting this error
https://drive.google.com/file/d/0Bz3BfhMrLdoyd1dOUzluZ2swTzg/view?usp=sharing

@NikolausDemmel
Copy link

It is a rosbuild package, not catkin: http://wiki.ros.org/catkin/Tutorials/using_rosbuild_with_catkin

@bmagyar
Copy link

bmagyar commented Apr 8, 2015

Hey guys, I have catkinized the packages and will submit a pull request with it soon.
https://github.com/bmagyar/ORB_SLAM/tree/indigo-devel
Btw it is tested with both hydro and indigo.

@mryellow
Copy link

+1 came here to post issue and get started started on PR to make this usable.... Nice to see it's already done.

@bmagyar
Copy link

bmagyar commented Apr 15, 2015

#12

@KathiravanNatarajan
Copy link

@shabhu18 : instead of keeping it in src folder, keep it in catin_ws itself and give the environment variable like this :
export ROS_PACKAGE_PATH=${ROS_PACKAGE_PATH}:~/catkin_ws
and don't forget to run this.
source ~/.bashrc

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

6 participants