FRC4048/FRC2018_Java

GetCubeGroupCommand not working

Closed this issue · 0 comments

The following run in parallel:

OpenClaw() - requires claw
MoveArm() -requires arm
ExtensionIntake() - requires arm

Since two of them require the arm, they can't run in parallel.