Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up drive class implementations
Left and right sides of the differential drive and mecanum drive classes are now both forward and the "inversion multiplier" was removed. The deadband functionality was moved to GenericHID::GetRawAxis() since the deadband is generally applied to joystick axes. MotorSafety was removed since that's handled by the drivetrain's motor controllers already. RobotDrive was removed because it's been deprecated for several years and was only used in tests.
- Loading branch information