A library for using swerve drive in FTC, including a sample OpMode
All units in the code are in the metric system (meter for length, m/s for speed).
The rotation axis movement method of a swerve may differ, if needed to change from a simple axon servo, change in the setPower
method in the SwerveModule
class.