robotics-in-concert / rocon_demos

Demo software for rocon milestones.
2 stars 14 forks source link

colour_signal not compiling #14

Closed jihoonl closed 10 years ago

jihoonl commented 10 years ago
-- +++ processing catkin package: 'colour_signal'
-- ==> add_subdirectory(rocon_demos/colour_signal)
CMake Error at rocon_demos/colour_signal/src/CMakeLists.txt:5 (add_subdirectory):
  add_subdirectory given source "lib" which is not an existing directory.
stonier commented 10 years ago

The .gitignore file was overly optimised for python and ignoring the c++ lib directories without warning. Thanks.

Fixed in 3651440a011bde1c83cbc788b9118e704accad89.