File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
compressed_depth_image_transport Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ target_include_directories(
3434
3535target_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
8787ament_export_targets(export_codecs HAS_LIBRARY_TARGET)
8888ament_export_dependencies(
89+ cv_bridge
8990 rcl_interfaces
9091 rclcpp
91- cv_bridge
92- sensor_msgs
9392 OpenCV
93+ sensor_msgs
9494)
9595
9696pluginlib_export_plugin_description_file(image_transport
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments