Skip to content

Commit a1481de

Browse files
authored
Fix
1 parent 3c20a9a commit a1481de

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

compressed_depth_image_transport/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ target_include_directories(
3434

3535
target_link_libraries(codecs
3636
cv_bridge::cv_bridge
37-
rclcpp::rclcpp
3837
opencv_core
3938
opencv_imgcodecs
4039
${rcl_interfaces_TARGETS}
40+
rclcpp::rclcpp
4141
${sensor_msgs_TARGETS}
4242
)
4343

@@ -86,11 +86,11 @@ install(
8686

8787
ament_export_targets(export_codecs HAS_LIBRARY_TARGET)
8888
ament_export_dependencies(
89+
cv_bridge
8990
rcl_interfaces
9091
rclcpp
91-
cv_bridge
92-
sensor_msgs
9392
OpenCV
93+
sensor_msgs
9494
)
9595

9696
pluginlib_export_plugin_description_file(image_transport

compressed_depth_image_transport/package.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515

1616
<buildtool_depend>ament_cmake</buildtool_depend>
1717

18-
<depend>rcl_interfaces</depend>
19-
<depend>rclcpp</depend>
2018
<depend>cv_bridge</depend>
2119
<depend>image_transport</depend>
20+
<depend>libopencv-dev</depend>
2221
<depend>pluginlib</depend>
22+
<depend>rcl_interfaces</depend>
23+
<depend>rclcpp</depend>
2324
<depend>sensor_msgs</depend>
2425

2526
<test_depend>ament_cmake_gtest</test_depend>

0 commit comments

Comments
 (0)