-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing BumperState.h #1
Comments
There is definitely a build order problem. I built only the rosarnl package using The difference between a successful build and an unsuccessful one was that some python and c++ code would be generated before the generation of the 'rosarnl_node.cpp' node, which is the source of the error. This was solved without any errors by running <catkin_make_isolated> instead of <catkin_make>. |
Changed back to catkin_make, catkin_make isolated does not generate CMakeLists.txt files for newly-built packages so this choice of workspace builder could become troublesome later on. Error 2: |
Would it be better for bumper_state to be in a separate rosaria_msgs package? Or to replace bumper_state with something more standard/generic? I think it's the only rosaria specific message type. |
when running catkin_make for the first few times, or after removing the /devel and /build folders you get this error message:
"/home/cyborg/catkin_ws/src/rosaria_client/src/print_state.cpp:7:33: fatal error: rosaria/BumperState.h: No such file or directory"
It appears to be some dependecy problem. It is solved/dissapears after you run a few catkin_make commands.
Have had a similar problem with another project and the issue was solved there by specifying some dependecies in the file CMakeList.txt within the node making trouble.
Have not found the right change yet.
The text was updated successfully, but these errors were encountered: