We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01ebb2 + bb27784 commit 55a01c1Copy full SHA for 55a01c1
1 file changed
vinca.yaml
@@ -174,6 +174,8 @@ packages_select_by_deps:
174
- camera_ros
175
# Depends on v4l that is only available on linux
176
- v4l2_camera
177
+ # Serial communication only implemented for linux
178
+ - swri_serial_util
179
180
# These packages are currently not build on Windows, but they be with some work
181
- if: not win
@@ -187,7 +189,7 @@ packages_select_by_deps:
187
189
- moveit-ros-occupancy-map-monitor
188
190
- moveit-runtime
191
- serial_driver
- - swri_console # At least until: https://github.com/swri-robotics/swri_console/pull/75
192
+ - swri_console # Until sync of: https://github.com/ros/rosdistro/pull/49750
193
# TODO on windows: fix iconv link issue
194
- ffmpeg_image_transport
195
- apriltag_draw
0 commit comments