Skip to content

Commit a7edd5c

Browse files
authored
Do not build grid_map on Windows
1 parent ca48f0d commit a7edd5c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vinca.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ packages_select_by_deps:
9898

9999
- rosbridge_suite
100100

101-
- grid_map
102-
103101
- foxglove_bridge
104102
- foxglove_msgs
105103

@@ -162,6 +160,9 @@ packages_select_by_deps:
162160
- gtsam
163161
# TODO on windows: fix iconv link issue
164162
- ffmpeg_image_transport
163+
# most of the dep of grid_map work on Windows, but there are some rviz linking problems in octomap_rviz_plugins,
164+
# see https://github.com/RoboStack/ros-jazzy/pull/79#issuecomment-2993499990
165+
- grid_map
165166
- apriltag_draw
166167
- apriltag_tools
167168
- apriltag_detector_umich

0 commit comments

Comments
 (0)