FRC1732 / 2020-Competition

Main robot code project for FIRST Infinite Recharge
0 stars 0 forks source link

Intake Command Structure changes #60

Closed borkae closed 4 years ago

borkae commented 4 years ago

For single action commands such as motors on or fire solenoid, use InstantCommand instead of CommandBase to extend from. The action is then placed in the initialize() method and execute() is not used.