Skip to content

Commit 169ed78

Browse files
committed
try fix
1 parent 2d7ac54 commit 169ed78

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

cloudini_ros/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ find_package(pcl_conversions REQUIRED)
1717

1818
set(PLUGIN_DEPS
1919
pluginlib::pluginlib
20-
rosbag2_cpp::rosbag2_cpp
2120
point_cloud_transport::point_cloud_transport
2221
rclcpp::rclcpp
2322
cloudini_lib::cloudini_lib
@@ -98,6 +97,7 @@ add_executable(rosbag_benchmark
9897

9998
target_link_libraries(rosbag_benchmark
10099
cloudini_ros
100+
rosbag2_cpp::rosbag2_cpp
101101
)
102102

103103
if(Draco_FOUND)
@@ -210,7 +210,6 @@ pluginlib_export_plugin_description_file(point_cloud_transport cloudini_plugins.
210210
ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
211211
ament_export_dependencies(
212212
pluginlib
213-
rosbag2_cpp
214213
point_cloud_transport
215214
rclcpp
216215
rclcpp_components

cloudini_ros/package.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
<depend>point_cloud_interfaces</depend>
2323
<depend>point_cloud_transport</depend>
2424

25-
<depend>mcap_vendor</depend>
2625
<depend>sensor_msgs</depend>
2726
<depend>rclcpp</depend>
2827
<depend>rclcpp_components</depend>
2928
<depend>rosbag2_cpp</depend>
3029
<depend>pcl_conversions</depend>
31-
<depend>pcl_ros</depend>
3230

3331
<test_depend>ament_lint_common</test_depend>
3432
<test_depend>ament_lint_auto</test_depend>

0 commit comments

Comments
 (0)