Wheel Velocities
data class WheelVelocities<Param>(val red: DualNum<Param>, val green: DualNum<Param>, val blue: DualNum<Param>)
Represents the velocities of each wheel on the drive.
Represents the velocities of each wheel on the drive.