FRC-Team-1710 / FRC1710-2018

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

Add getter methods in Drive that return current SRX control mode #2

Closed Team1710CTO closed 6 years ago

Team1710CTO commented 6 years ago

During autonomous, if a certain command is used, the motor controllers might be set to Velocity/Position control. When we switch to teleop we are going to need a way to figure out the current control mode and then based on that change to PercentOutput or whatever needs to be used for that situation.

AbbyR2020 commented 6 years ago

This was stupid