MotorGroup
Constructs a motor group out of several motor groups.
Parameters
hMap
the hardware map from the OpMode
maxRPM
the maximum revolutions per minute of all the motors
TPR
the ticks per revolution of all the motors
ids
the device ids from the RC config
Parameters
hMap
the hardware map from the OpMode
type
the kind of all the motors
ids
the device ids from the RC config
constructor(hMap: HardwareMap, maxRPM: Double, TPR: Double = 1.0, vararg ids: Pair<String, Boolean>)
Parameters
hMap
the hardware map from the OpMode
maxRPM
the maximum revolutions per minute of all the motors
TPR
the ticks per revolution of all the motors
ids
the device ids from the RC config and whether those motors should be reversed
Parameters
hMap
the hardware map from the OpMode
type
the kind of all the motors
ids
the device ids from the RC config and whether those motors should be reversed