Skip to content

Commit dca4618

Browse files
author
plnegre
committed
Merge branch 'hydro-devel' of github.com:srv/srv_tools into hydro-devel
2 parents cf0236d + bd7f700 commit dca4618

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bag_tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)
4+
find_package(catkin REQUIRED COMPONENTS rospy rosbag sensor_msgs cv_bridge message_filters image_proc stereo_image_proc image_geometry camera_calibration_parsers console_bridge)
55
find_package(Boost REQUIRED COMPONENTS signals thread)
66
find_package(OpenCV REQUIRED)
77

bag_tools/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<build_depend>stereo_image_proc</build_depend>
2323
<build_depend>image_geometry</build_depend>
2424
<build_depend>camera_calibration_parsers</build_depend>
25+
<build_depend>console_bridge</build_depend>
2526
<run_depend>rospy</run_depend>
2627
<run_depend>rosbag</run_depend>
2728
<run_depend>sensor_msgs</run_depend>
@@ -31,6 +32,7 @@
3132
<run_depend>stereo_image_proc</run_depend>
3233
<run_depend>image_geometry</run_depend>
3334
<run_depend>camera_calibration_parsers</run_depend>
35+
<run_depend>console_bridge</run_depend>
3436

3537
<export>
3638
</export>

0 commit comments

Comments
 (0)