Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ros2/rosbag2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c0d96548deca5f690bf82f65fbbd1b7f93b1c06
Choose a base ref
..
head repository: ros2/rosbag2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8332f7096879cc47bf8e50a6714866d8091b7d88
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +2 −0 rosbag2_storage/CMakeLists.txt
  2. +1 −0 rosbag2_storage/package.xml
2 changes: 2 additions & 0 deletions rosbag2_storage/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(pluginlib REQUIRED)
find_package(rcl_interfaces REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rcpputils REQUIRED)
find_package(rcutils REQUIRED)
find_package(yaml_cpp_vendor REQUIRED)
@@ -46,6 +47,7 @@ target_link_libraries(${PROJECT_NAME}
pluginlib::pluginlib
rcpputils::rcpputils
rcutils::rcutils
rclcpp::rclcpp
${rcl_interfaces_TARGETS}
yaml-cpp
)
1 change: 1 addition & 0 deletions rosbag2_storage/package.xml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
<depend>pluginlib</depend>
<depend>rcpputils</depend>
<depend>rcl_interfaces</depend>
<depend>rclcpp</depend>
<depend>rcutils</depend>
<depend>yaml_cpp_vendor</depend>