Skip to content

Commit

Permalink
fix some missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Mar 12, 2024
1 parent 2b4b38d commit 522f7ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ find_package(ament_cmake REQUIRED)
find_package(ament_cmake_ros REQUIRED)

set(ament_dependencies
"rclcpp"
"rosbag2_cpp"
"cv_bridge"
"ffmpeg_image_transport_msgs"
"ffmpeg_image_transport"
"ffmpeg_image_transport_msgs"
"rclcpp"
"rosbag2_cpp"
"sensor_msgs")

foreach(pkg ${ament_dependencies})
Expand Down
10 changes: 8 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,20 @@
<license>Apache-2</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<buildtool_depend>ament_cmake_clang_format</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<depend>rosbag2_transport</depend>
<depend>cv_bridge</depend>
<depend>rclcpp</depend>
<depend>ffmpeg_image_transport</depend>
<depend>ffmpeg_image_transport_msgs</depend>
<depend>rosbag2_cpp</depend>
<depend>sensor_msgs</depend>


<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 522f7ca

Please sign in to comment.