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.
1 parent 401e56d commit 693b302Copy full SHA for 693b302
vinca.yaml
@@ -142,6 +142,12 @@ packages_select_by_deps:
142
# Depends on v4l
143
- usb_cam
144
145
+ # These packages are currently only build on Linux, but they currently only build on
146
+ # Linux as trying to build them in the past on macos or Windows resulted in errors
147
+ - if: linux
148
+ then:
149
+ - py_binding_tools
150
+
151
# These packages are currently not build on Windows, but they be with some work
152
- if: not win
153
then:
@@ -159,7 +165,6 @@ packages_select_by_deps:
159
165
- apriltag_tools
160
166
- apriltag_detector_umich
161
167
- apriltag_detector_mit
162
- - py-binding-tools
163
168
- dual-laser-merger
164
169
- pointcloud-to-laserscan
170
- laser-segmentation
0 commit comments