Unable to build baxter sim...
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!
Asked by Evana13G on 2020-01-31 13:25:02 UTC
Comments
that log does not show the exact point for the error, just the last lines. It should be somehow close to the
*** Error
pattern. Anyway the best place to report the issues for the baxter simulation would be to use their issue tracker https://github.com/RethinkRobotics/baxter_simulator/issuesAsked by Jose Luis Rivero on 2020-02-03 15:01:24 UTC