Closed dirk-thomas closed 8 years ago
@gerkey Can you please check that this works for your use case.
With that patch, here's the next error:
-- Using these message generators:
CMake Error at /opt/ros/jade/share/genmsg/cmake/genmsg-extras.cmake:124 (catkin_destinations):
Unknown CMake command "catkin_destinations".
Call Stack (most recent call first):
CMakeLists.txt:4 (add_message_files)
Hm, I just see how deep the rabit hole goes. I don't think it is feasible to remove the run dependency on catkin. The extra file uses many catkin variables and removing all of those would also imply that changing them in catkin wouldn't affect the message generation anymore. I guess I will close this and we continue on your original PR.
The function
assert_file_exists
is provided bycatkin
but the package doesn't run-depend on it (and probably shouldn't just for this trivial function).Replaces #61.