Ros industrial calibration linking error
After fixing the yaml dependency problem I still get a linking error :
/usr/bin/ld: /usr/local/lib/libceres.a(evaluator.cc.o): undefined reference to symbol 'pthread_rwlock_wrlock@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
I am using the Indigo branch of industrial calibration repository with ROS Indigo and Ubuntu 14.04. I followed the tutorial and installed all the needed libraries. This is obviously caused by google ceres library. How to fix that?
Can you provide more info? What version of ROS/Ubuntu? What branch of the code? Have you installed CERES?
I edited my question.
The instructions for installing ceres are for Hydro/Precise. I'm not certain they will work under Indigo/Trusty.