Skip to content

Commit 522f7ca

Browse files
committed
fix some missing dependencies
1 parent 2b4b38d commit 522f7ca

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ find_package(ament_cmake REQUIRED)
2222
find_package(ament_cmake_ros REQUIRED)
2323

2424
set(ament_dependencies
25-
"rclcpp"
26-
"rosbag2_cpp"
2725
"cv_bridge"
28-
"ffmpeg_image_transport_msgs"
2926
"ffmpeg_image_transport"
27+
"ffmpeg_image_transport_msgs"
28+
"rclcpp"
29+
"rosbag2_cpp"
3030
"sensor_msgs")
3131

3232
foreach(pkg ${ament_dependencies})

package.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@
88
<license>Apache-2</license>
99

1010
<buildtool_depend>ament_cmake</buildtool_depend>
11-
<buildtool_depend>ament_cmake_auto</buildtool_depend>
11+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
12+
<buildtool_depend>ament_cmake_clang_format</buildtool_depend>
13+
<buildtool_depend>ros_environment</buildtool_depend>
1214

1315
<test_depend>ament_lint_auto</test_depend>
1416
<test_depend>ament_lint_common</test_depend>
1517

16-
<depend>rosbag2_transport</depend>
18+
<depend>cv_bridge</depend>
19+
<depend>rclcpp</depend>
1720
<depend>ffmpeg_image_transport</depend>
1821
<depend>ffmpeg_image_transport_msgs</depend>
22+
<depend>rosbag2_cpp</depend>
23+
<depend>sensor_msgs</depend>
24+
1925

2026
<export>
2127
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)