FRC-Team-1710 / FRC1710-2018

Team 1710's robot code for 2018.
2 stars 0 forks source link

Implement an auto selector using FRC Dashboard #15

Closed Team1710CTO closed 6 years ago

Team1710CTO commented 6 years ago

peep this out. Figure out how to set up a selector and utilize that with autonomous decision logic.

Team1710CTO commented 6 years ago

Ideally this auto selector would work like so that the operator makes a choice between queuing their robot to place on the scale, switch, or both. Once one of those are selected, they should then be prompted to input where on the alliance wall they start, relative to other robots on the alliance (left, right or middle). These selctions are then ran through the logic in autonomousInit to pick a specific commandGroup. This solution depends on #11.