Unable to build baxter sim...

asked 2020-01-31 12:25:02 -0600

Evana13G gravatar image

updated 2020-02-03 13:58:49 -0600

Jose Luis Rivero gravatar image

A colleague and I are trying to build baxter sim for our code base, which we have done many times in the past. For some reason, on our newer machines (Ubuntu 16.04) we are getting the following consistent error when attempting to catkin_make:

baxter_simulator/baxter_sim_io/CMakeFiles/baxter_sim_io.dir/build.make:146: recipe for target 'baxter_simulator/baxter_sim_io/CMakeFiles/baxter_sim_io.dir/src/main.cpp.o' failed
make[2]: *** [baxter_simulator/baxter_sim_io/CMakeFiles/baxter_sim_io.dir/src/main.cpp.o] Error 1
CMakeFiles/Makefile2:4429: recipe for target 'baxter_simulator/baxter_sim_io/CMakeFiles/baxter_sim_io.dir/all' failed
make[1]: *** [baxter_simulator/baxter_sim_io/CMakeFiles/baxter_sim_io.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

Any ideas?? Thanks!

edit retag flag offensive close merge delete

Comments

that log does not show the exact point for the error, just the last lines. It should be somehow close to the *** Errorpattern. Anyway the best place to report the issues for the baxter simulation would be to use their issue tracker https://github.com/RethinkRobotics/ba...

Jose Luis Rivero gravatar imageJose Luis Rivero ( 2020-02-03 14:01:24 -0600 )edit