Skip to content

Commit 2b8ad72

Browse files
committed
feat: add grid map into aarch64 and macos
Signed-off-by: wep21 <[email protected]>
1 parent fb9736d commit 2b8ad72

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

vinca_linux_64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,4 +553,4 @@ packages_select_by_deps:
553553
# - osrf_testing_tools_cpp
554554

555555
patch_dir: patch
556-
rosdistro_snapshot: rosdistro_snapshot.yaml
556+
rosdistro_snapshot: rosdistro_snapshot.yaml

vinca_linux_aarch64.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ packages_select_by_deps:
105105

106106
- ament_cmake_vendor_package # Requested in https://github.com/RoboStack/ros-humble/pull/210
107107

108+
- grid_map
109+
108110
- lanelet2
109111

110112
# requested in https://github.com/RoboStack/ros-humble/issues/249

vinca_osx.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ packages_select_by_deps:
127127
# Universal Robots, requested in https://github.com/RoboStack/ros-humble/issues/234, https://github.com/RoboStack/ros-humble/issues/227 and https://github.com/RoboStack/ros-humble/issues/222
128128
- ur
129129

130+
- grid_map
131+
130132
- lanelet2
131133

132134
# requested in https://github.com/RoboStack/ros-humble/issues/249

vinca_osx_arm64.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ packages_select_by_deps:
117117
# Universal Robots, requested in https://github.com/RoboStack/ros-humble/issues/234, https://github.com/RoboStack/ros-humble/issues/227 and https://github.com/RoboStack/ros-humble/issues/222
118118
- ur
119119

120+
- grid_map
121+
120122
- lanelet2
121123

122124
# requested in https://github.com/RoboStack/ros-humble/issues/249
@@ -126,4 +128,4 @@ packages_select_by_deps:
126128
- rmw_zenoh_cpp
127129

128130
patch_dir: patch
129-
rosdistro_snapshot: rosdistro_snapshot.yaml
131+
rosdistro_snapshot: rosdistro_snapshot.yaml

0 commit comments

Comments
 (0)