We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509b9c2 commit cbae7d5Copy full SHA for cbae7d5
bag_tools/CMakeLists.txt
@@ -17,8 +17,6 @@ add_executable(extract_images src/extract_images.cpp)
17
add_executable(extract_stereo_images src/extract_stereo_images.cpp)
18
add_executable(process_stereo src/process_stereo.cpp)
19
20
-add_dependencies(extract_image_positions auv_msgs_generate_messages_cpp)
21
-
22
target_link_libraries(extract_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
23
target_link_libraries(extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
24
target_link_libraries(process_stereo ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
0 commit comments