ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
in the cmakelists.txt, just deleted src/overlapping_rect.cpp
before: add_executable(roc_choice src/roc_choice.cpp src/abstract_choice.cpp src/my_exception.cpp src/overlapping_rect.cpp)
after: add_executable(roc_choice src/roc_choice.cpp src/abstract_choice.cpp src/my_exception.cpp)
because overlapping_rect.cpp also contains a main function.