The Leddar sensor ROS package from GitHub cannot work
I'm using ROS indigo. I had download the Leddar sensor ROS package from GitHub and follow the README to do. but after I try to catkin_make is shows me skipping incompatible. And this is the source I get from : https://github.com/mcgill-robotics/ro... anyone had face this kind of problem before? help me, please.
error in the below:
Built target testing_node
Linking CXX executable /home/darwin/catkin_ws/devel/lib/leddartech/leddartech_node
/usr/bin/ld: skipping incompatible /home/darwin/catkin_ws/src/leddar/lib/libLeddarTech.so when searching for -lLeddarTech
/usr/bin/ld: cannot find -lLeddarTech
/usr/bin/ld: skipping incompatible /home/darwin/catkin_ws/src/leddar/lib/libLeddar.so when searching for -lLeddar
/usr/bin/ld: cannot find -lLeddar
/usr/bin/ld: skipping incompatible /home/darwin/catkin_ws/src/leddar/lib/libLeddarC.so when searching for -lLeddarC
/usr/bin/ld: cannot find -lLeddarC
collect2: error: ld returned 1 exit status
make[2]: *** [/home/darwin/catkin_ws/devel/lib/leddartech/leddartech_node] Error 1
make[1]: *** [leddar/CMakeFiles/leddartech_node.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
Looks like "skipping incompatible" means the libraries were built for a different architecture. The information here may help you work through the problem http://stackoverflow.com/questions/31...
Please link to your sources and provide enough information to reproduce your problem. Otherwise it's hard to help you. http://wiki.ros.org/Support
sorry, I kind of new user for the ROS. I really don't get that why my problem will relate to my system problem because I can compile others package but only this package had this kind problem.