You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deadzone code is currently applied in the Drivetrain subsystem. This is not good, as it means that all drive functions (notably those in auto), are forced through it, reducing the ability for precise control. These statements should be moved to either DriveCommand or Tools.getAdaptedSpeed().
The text was updated successfully, but these errors were encountered:
Deadzone code is currently applied in the Drivetrain subsystem. This is not good, as it means that all drive functions (notably those in auto), are forced through it, reducing the ability for precise control. These statements should be moved to either
DriveCommand
orTools.getAdaptedSpeed()
.The text was updated successfully, but these errors were encountered: