Closed jarvisschultz closed 6 years ago
Right you are @jarvisschultz. Thank you for bringing this to my attention. I had been using catkin build
from catkin-tools
which wouldn't allow this situation to happen, by resolving the dependencies first and then building. However, the catkin_make
needs to work as well. It seems there are a few other missing lines from the CMakeLists.txt
in this repo, so I'll patch them up and tag you in the Pull Request. Thanks!
Resolved by #30 and #31
When following directions on Gazebo Tutorial I'm greeted with the following error:
This indicates catkin is attempting to build the
sawyer_robot_hw_sim.cpp.o
target before theintera_core_msgs/JointCommand.msg
target has been built. Likely need to explicitly add a dependency on${catkin_EXPORTED_TARGETS}
for this lib.