File tree Expand file tree Collapse file tree 3 files changed +1
-113
lines changed Expand file tree Collapse file tree 3 files changed +1
-113
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 2.8.3 )
2
2
project (bag_tools )
3
3
4
- find_package (catkin REQUIRED COMPONENTS rospy rosbag sensor_msgs cv_bridge message_filters image_proc stereo_image_proc image_geometry camera_calibration_parsers auv_msgs )
4
+ find_package (catkin REQUIRED COMPONENTS rospy rosbag sensor_msgs cv_bridge message_filters image_proc stereo_image_proc image_geometry camera_calibration_parsers )
5
5
find_package (Boost REQUIRED COMPONENTS signals thread )
6
6
find_package (OpenCV REQUIRED )
7
7
find_package (console_bridge REQUIRED )
@@ -21,7 +21,6 @@ add_executable(process_stereo src/process_stereo.cpp)
21
21
add_dependencies (extract_image_positions auv_msgs_generate_messages_cpp )
22
22
23
23
target_link_libraries (extract_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} )
24
- target_link_libraries (extract_image_positions ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} )
25
24
target_link_libraries (extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} )
26
25
target_link_libraries (process_stereo ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES} )
27
26
Original file line number Diff line number Diff line change 23
23
<build_depend >image_geometry</build_depend >
24
24
<build_depend >camera_calibration_parsers</build_depend >
25
25
<build_depend >libconsole-bridge-dev</build_depend >
26
- <build_depend >auv_msgs</build_depend >
27
26
<run_depend >rospy</run_depend >
28
27
<run_depend >rosbag</run_depend >
29
28
<run_depend >sensor_msgs</run_depend >
34
33
<run_depend >image_geometry</run_depend >
35
34
<run_depend >camera_calibration_parsers</run_depend >
36
35
<run_depend >libconsole-bridge-dev</run_depend >
37
- <run_depend >auv_msgs</run_depend >
38
36
<export >
39
37
</export >
40
38
</package >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments