pgigioli / darknet_ros

YOLO integration with ROS for real-time object detection
51 stars 23 forks source link

CMakeList.txt should have different dependencies #11

Closed Vuwij closed 6 years ago

Vuwij commented 6 years ago

The line should be

add_dependencies(single_image_test darknet_ros_generate_messages_cpp) add_dependencies(yolo_ros darknet_ros_generate_messages_cpp)

otherwise it won't build on the first try

pgigioli commented 6 years ago

Thanks. I've been meaning to fix that. I was hoping the problem would be more profound than that.