MecanumController
class MecanumController(var rf_motor: Motor, var rb_motor: Motor, var lf_motor: Motor, var lb_motor: Motor)
Class that stores chassis motors and can be used to steer the robot
Parameters
rf_motor
Right Front Motor
rb_motor
Right Back Motor
lf_motor
Left Front Motor
lb_motor
Left Back Motor