Skip to content

Commit c5d68d1

Browse files
committed
Move to the Linux-specific API part
Signed-off-by: Francisco Martín Rico <fmrico@gmail.com>
1 parent 4c64619 commit c5d68d1

1 file changed

Lines changed: 18 additions & 21 deletions

File tree

vinca.yaml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -142,26 +142,6 @@ packages_select_by_deps:
142142
- rclcpp-cascade-lifecycle
143143
- rclpy-cascade-lifecycle
144144

145-
# PlanSys2 packages and dependencies
146-
- if: linux
147-
then:
148-
- plansys2_bringup
149-
- plansys2_bt_actions
150-
- plansys2_core
151-
- plansys2_domain_expert
152-
- plansys2_executor
153-
- plansys2_lifecycle_manager
154-
- plansys2_msgs
155-
- plansys2_pddl_parser
156-
- plansys2_planner
157-
- plansys2_popf_plan_solver
158-
- plansys2_problem_expert
159-
- plansys2_support_py
160-
- plansys2_terminal
161-
- plansys2_tests
162-
- plansys2_tools
163-
- popf
164-
165145
- py_binding_tools
166146

167147
# Requested in https://github.com/RoboStack/ros-humble/issues/325
@@ -200,7 +180,24 @@ packages_select_by_deps:
200180
- apriltag_ros
201181
# Depends on v4l that is only available on linux
202182
- v4l2_camera
203-
183+
# PlanSys2 packages and dependencies
184+
- plansys2_bringup
185+
- plansys2_bt_actions
186+
- plansys2_core
187+
- plansys2_domain_expert
188+
- plansys2_executor
189+
- plansys2_lifecycle_manager
190+
- plansys2_msgs
191+
- plansys2_pddl_parser
192+
- plansys2_planner
193+
- plansys2_popf_plan_solver
194+
- plansys2_problem_expert
195+
- plansys2_support_py
196+
- plansys2_terminal
197+
- plansys2_tests
198+
- plansys2_tools
199+
- popf
200+
204201
# These packages are currently only build on Linux, but they currently only build on
205202
# Linux as trying to build them in the past on macos or Windows resulted in errors
206203
- if: linux

0 commit comments

Comments
 (0)