ORB_SLAM icon indicating copy to clipboard operation
ORB_SLAM copied to clipboard

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

Open shabhu18 opened this issue 9 years ago • 7 comments

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

shabhu18 avatar Mar 30 '15 17:03 shabhu18

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

raulmur avatar Mar 30 '15 17:03 raulmur

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

shabhu18 avatar Apr 01 '15 02:04 shabhu18

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

NikolausDemmel avatar Apr 01 '15 06:04 NikolausDemmel

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.

bmagyar avatar Apr 08 '15 10:04 bmagyar

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

mryellow avatar Apr 15 '15 02:04 mryellow

#12

bmagyar avatar Apr 15 '15 15:04 bmagyar

@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

KathiravanNatarajan avatar Feb 03 '17 19:02 KathiravanNatarajan