Skip to content

Commit b6ad4d8

Browse files
committed
Only build apriltag_ros on Linux as it indirectly depends on libcamera
1 parent dc5341e commit b6ad4d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vinca.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ packages_select_by_deps:
147147
then:
148148
- ros2-controllers
149149
- diff-drive-controller
150-
- libcamera
151150
- ros_workspace
152151
- ros_core
153152
- ros_environment
@@ -235,7 +234,6 @@ packages_select_by_deps:
235234
# *** Vendor packages ***
236235
- graph_msgs # PickNik Robotics
237236
- apriltag # AprilRobotics
238-
- apriltag_ros # Christian Rauch
239237
- ur_robot_driver # Universal Robots
240238
- ur_calibration # Universal Robots, requested in https://github.com/RoboStack/ros-humble/issues/217
241239
- stubborn_buddies # Open RMF
@@ -319,8 +317,10 @@ packages_select_by_deps:
319317
# Depends on v4l
320318
- usb_cam
321319
- libcamera
322-
# Depends on libcamera that is only available on linux
320+
# Depends on libcamera that is only available on linux
323321
- camera_ros
322+
# Depends on camera_ros that is only available on linux
323+
- apriltag_ros # Christian Rauch
324324
# Depends on v4l that is only available on linux
325325
- v4l2_camera
326326
# avt_vimba_camera ships some Linux .so in the repo, so it only supports linux

0 commit comments

Comments
 (0)