Frc5572 / FRC2023

Code repo for 2023 Charged UP
Other
0 stars 0 forks source link

Test can change motor coast mode while robot is disabled. #165

Closed agrinmanriv0537 closed 6 months ago

agrinmanriv0537 commented 1 year ago

Test both falcon and sparkmax.

legoguy1000 commented 1 year ago

something like

new Trigger(() -> DriverStation.isDisabled()).onTrue(new InstantCommand(() -> swerve.setCoast(true)).onFalse(new InstantCommand(() -> swerve.setCoast(false));