File tree Expand file tree Collapse file tree 8 files changed +27
-1
lines changed Expand file tree Collapse file tree 8 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -41,3 +41,8 @@ cxx_compiler:
4141cxx_compiler_version : # [unix]
4242 - 13 # [linux]
4343 - 18 # [osx]
44+
45+ libzenohc :
46+ - 1.1.1
47+ libzenohcxx :
48+ - 1.1.1
Original file line number Diff line number Diff line change @@ -179,4 +179,8 @@ rosx_introspection:
179179octomap_ros :
180180 add_host : ["octomap"]
181181octomap_rviz_plugins :
182- add_host : ["octomap"]
182+ add_host : ["octomap"]
183+ zenoh_cpp_vendor :
184+ add_host : ["libzenohc", "libzenohcxx"]
185+ rmw_zenoh_cpp :
186+ add_host : ["libzenohc", "libzenohcxx"]
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ cartographer:
4343 robostack : [cartographer]
4444ca-certificates :
4545 robostack : [ca-certificates]
46+ cargo :
47+ robostack : [rust]
4648clang-format :
4749 robostack : [clang-format]
4850clang-tidy :
Original file line number Diff line number Diff line change @@ -181,6 +181,9 @@ packages_select_by_deps:
181181 # requested in https://github.com/RoboStack/ros-humble/issues/249
182182 - twist_mux
183183
184+ # requested in https://github.com/RoboStack/ros-humble/issues/252
185+ - rmw_zenoh_cpp
186+
184187 # ----- end of package support -----
185188
186189 # - rtabmap
Original file line number Diff line number Diff line change @@ -110,6 +110,9 @@ packages_select_by_deps:
110110 # requested in https://github.com/RoboStack/ros-humble/issues/249
111111 - twist_mux
112112
113+ # requested in https://github.com/RoboStack/ros-humble/issues/252
114+ - rmw_zenoh_cpp
115+
113116 # Used to work, now needs fixes
114117 # - rtabmap
115118 # - webots-ros2
Original file line number Diff line number Diff line change @@ -132,5 +132,8 @@ packages_select_by_deps:
132132 # requested in https://github.com/RoboStack/ros-humble/issues/249
133133 - twist_mux
134134
135+ # requested in https://github.com/RoboStack/ros-humble/issues/252
136+ - rmw_zenoh_cpp
137+
135138patch_dir : patch
136139rosdistro_snapshot : rosdistro_snapshot.yaml
Original file line number Diff line number Diff line change @@ -122,5 +122,8 @@ packages_select_by_deps:
122122 # requested in https://github.com/RoboStack/ros-humble/issues/249
123123 - twist_mux
124124
125+ # requested in https://github.com/RoboStack/ros-humble/issues/252
126+ - rmw_zenoh_cpp
127+
125128patch_dir : patch
126129rosdistro_snapshot : rosdistro_snapshot.yaml
Original file line number Diff line number Diff line change @@ -246,5 +246,8 @@ packages_select_by_deps:
246246 # requested in https://github.com/RoboStack/ros-humble/issues/249
247247 - twist_mux
248248
249+ # requested in https://github.com/RoboStack/ros-humble/issues/252
250+ - rmw_zenoh_cpp
251+
249252patch_dir : patch
250253rosdistro_snapshot : rosdistro_snapshot.yaml
You can’t perform that action at this time.
0 commit comments