-
Notifications
You must be signed in to change notification settings - Fork 78
Description
I get the following error when running catkin_make after having downloaded my project to a new computer.
/home/cyborg/catkin_ws/src/rosaria_client/src/print_state.cpp:7:33: fatal error: rosaria/BumperState.h: No such file or directory
compilation terminated.
rosaria_client/CMakeFiles/print_state.dir/build.make:62: recipe for target 'rosaria_client/CMakeFiles/print_state.dir/src/print_state.cpp.o' failed
make[2]: *** [rosaria_client/CMakeFiles/print_state.dir/src/print_state.cpp.o] Error 1
CMakeFiles/Makefile2:5360: recipe for target 'rosaria_client/CMakeFiles/print_state.dir/all' failed
make[1]: *** [rosaria_client/CMakeFiles/print_state.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Invoking "make -j4 -l4" failed
It seems to dissappear after running catkin_make a few times in a row. Sometimes the same thing happens with BatteryState.h from ros-arnl.
I have encountered something similar in another project before and we solved it by changing some of the dependencies in CMakeLists.txt file, but I have not found the right change here.
Here is the issue I created in my own project: thentnucyborg/CyborgRobot#1