roboticslab-uc3m / teo-main

TEO full-sized humanoid robot: super/meta repository.
http://roboticslab.uc3m.es/roboticslab/robot/teo-humanoid
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Error compilation on manip-waiter repo #36

Closed jlpesoto closed 6 years ago

jlpesoto commented 6 years ago

there is an error compilation on manip-waiter repo (branch: jr3) related with ICartesianSolver.h

In file included from /home/teo/repos/manip-waiter/programs/jr3WristControl/InCvPort.cpp:3:0:
/home/teo/repos/manip-waiter/programs/jr3WristControl/InCvPort.hpp:14:30: fatal error: ICartesianSolver.h: No such file or directory
compilation terminated.
programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/build.make:62: recipe for target 'programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/InCvPort.cpp.o' failed
make[2]: *** [programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/InCvPort.cpp.o] Error 1
CMakeFiles/Makefile2:332: recipe for target 'programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/all' failed
make[1]: *** [programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
PeterBowman commented 6 years ago

ICartesianSolver.h

This header is shipped with the kinematics-dynamics repo. Please follow the installation guides, you should end up with ICartesianSolver.h in /usr/local/include.

jmgarciah commented 6 years ago

A new error appears related with ColorDebug.hpp:

/home/teo/repos/manip-waiter/programs/jr3WristControl/InCvPort.hpp:16:26: fatal error: ColorDebug.hpp: No such file or directory compilation terminated. programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/build.make:62: recipe for target 'programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/InCvPort.cpp.o' failed make[2]: [programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/InCvPort.cpp.o] Error 1 CMakeFiles/Makefile2:329: recipe for target 'programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/all' failed make[1]: [programs/jr3WristControl/CMakeFiles/jr3WristControl.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

jgvictores commented 6 years ago

This issue was moved to roboticslab-uc3m/manip-waiter#1