ros-industrial-attic / godel

ROS-Industrial Focused Technical Project: Robotic Blending
78 stars 48 forks source link

Missing line in CMakeLists.txt causes packages to not build with catkin tools. #99

Closed jettan closed 8 years ago

jettan commented 8 years ago

Offending files are:

godel_robots/abb/godel_irb2400/godel_irb2400_support/CMakeLists.txt
godel_robots/godel_robot_resources/CMakeLists.txt

The missing line:

find_package(catkin REQUIRED)
jettan commented 8 years ago

Still missing the line in godel_robots/godel_robot_resources/CMakeLists.txt

gavanderhoorn commented 8 years ago

Pretty sure I added it here (via 4d3025dd).

jettan commented 8 years ago

Ah, my bad then. Didn't see it since 5321918 didn't mention it.

gavanderhoorn commented 8 years ago

I opted to fix each file in a separate commit. So that's why.

gavanderhoorn commented 8 years ago

Thanks for reporting btw.