RobotWithMecanumDrivetrain
open class RobotWithMecanumDrivetrain<T : MecanumDrivetrain>(hardwareMap: HardwareMap, val drivetrain: T) : RobotWithDrivetrain<T>
A base class for robots that have a mecanum drivetrain.
Parameters
T
The type of mecanum drivetrain the robot has.
hardwareMap
The hardware map of the robot.