Skip to content

Missing BumperState.h #63

@JohanneLun

Description

@JohanneLun

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions