BitBucketsFRC4183 / FRC2020_Infinite_Recharge

Team 4183's repository for our Infinite Recharge robot's code
5 stars 10 forks source link

Robot disabling and zeroing the elevation sensor #168

Closed Tr1ll10ns closed 4 years ago

Tr1ll10ns commented 4 years ago

-Added the disable method to every subsystem. It is called when the robot is disabled.

-The shooter, intake, ball management, and spinnyboi subsystems all now utilize this method to turn off all of their motors.

-Added the zeroElevationSensor method to the shooter subsystem, which does what it's name suggests and is called during teleop and autonomous init.

-Disabled BMS motor oscillation.