Skip to content

Commit 5fa48fe

Browse files
committed
Remove extract_image_positions and auv_msgs depencency
1 parent b651a65 commit 5fa48fe

File tree

3 files changed

+1
-113
lines changed

3 files changed

+1
-113
lines changed

bag_tools/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.3)
22
project(bag_tools)
33

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)
55
find_package(Boost REQUIRED COMPONENTS signals thread)
66
find_package(OpenCV REQUIRED)
77
find_package(console_bridge REQUIRED)
@@ -21,7 +21,6 @@ add_executable(process_stereo src/process_stereo.cpp)
2121
add_dependencies(extract_image_positions auv_msgs_generate_messages_cpp)
2222

2323
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})
2524
target_link_libraries(extract_stereo_images ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2625
target_link_libraries(process_stereo ${Boost_LIBRARIES} ${OpenCV_LIBRARIES} ${catkin_LIBRARIES} ${console_bridge_LIBRARIES})
2726

bag_tools/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<build_depend>image_geometry</build_depend>
2424
<build_depend>camera_calibration_parsers</build_depend>
2525
<build_depend>libconsole-bridge-dev</build_depend>
26-
<build_depend>auv_msgs</build_depend>
2726
<run_depend>rospy</run_depend>
2827
<run_depend>rosbag</run_depend>
2928
<run_depend>sensor_msgs</run_depend>
@@ -34,7 +33,6 @@
3433
<run_depend>image_geometry</run_depend>
3534
<run_depend>camera_calibration_parsers</run_depend>
3635
<run_depend>libconsole-bridge-dev</run_depend>
37-
<run_depend>auv_msgs</run_depend>
3836
<export>
3937
</export>
4038
</package>

bag_tools/src/extract_image_positions.cpp

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)