Skip to content

Commit

Permalink
Remove uses of shared_queues_vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Nov 25, 2024
1 parent b481c33 commit aa29d41
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion rosbag2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<exec_depend>rosbag2_py</exec_depend>
<exec_depend>rosbag2_storage</exec_depend>
<exec_depend>rosbag2_transport</exec_depend>
<exec_depend>shared_queues_vendor</exec_depend>

<!-- Default plugins -->
<exec_depend>rosbag2_compression_zstd</exec_depend>
Expand Down
1 change: 0 additions & 1 deletion rosbag2_cpp/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<depend>rosidl_runtime_cpp</depend>
<depend>rosidl_typesupport_cpp</depend>
<depend>rosidl_typesupport_introspection_cpp</depend>
<depend>shared_queues_vendor</depend>

<test_depend>rosbag2_storage_default_plugins</test_depend>
<test_depend>ament_cmake_gmock</test_depend>
Expand Down
2 changes: 0 additions & 2 deletions rosbag2_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ find_package(rosbag2_cpp REQUIRED)
find_package(rosbag2_interfaces REQUIRED)
find_package(rosbag2_storage REQUIRED)
find_package(rmw_implementation_cmake REQUIRED)
find_package(shared_queues_vendor REQUIRED)
find_package(yaml_cpp_vendor REQUIRED)
find_package(yaml-cpp REQUIRED)

Expand Down Expand Up @@ -70,7 +69,6 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
rcutils::rcutils
rmw::rmw
rosbag2_compression::rosbag2_compression
shared_queues_vendor::singleproducerconsumer
yaml-cpp::yaml-cpp
)

Expand Down
1 change: 0 additions & 1 deletion rosbag2_transport/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<depend>rosbag2_cpp</depend>
<depend>rosbag2_interfaces</depend>
<depend>rosbag2_storage</depend>
<depend>shared_queues_vendor</depend>
<depend>yaml_cpp_vendor</depend>
<depend>keyboard_handler</depend>

Expand Down

0 comments on commit aa29d41

Please sign in to comment.