Overview
Run the ball intake forward (to intake the ball) and reverse (to reject a wrong color ball).
Tasks
Suggested Implementation
- RunIntake(Direction direction, Intake intake) extends Command
- enum Direction
- execute()
- switch
- Forward -> set output %
- Backward -> set reverse output %
- Stop -> set output to 0
- isFinished()
Helpful Links
Overview
Run the ball intake forward (to intake the ball) and reverse (to reject a wrong color ball).
Tasks
Suggested Implementation
Helpful Links