SimpleManualModeWithSpeedModes
abstract class SimpleManualModeWithSpeedModes<T : MecanumDrivetrain, R : RobotWithMecanumDrivetrain<T>>(params: SimpleManualModeWithSpeedModes.SimpleManualModeWithSpeedModesParams = SimpleManualModeWithSpeedModesParams(), manualParams: ManualMode.ManualParams = ManualParams()) : ManualMode<R>
An abstract class that defines the methods for running a manual mode with speed modes for a robot with a mecanum drivetrain.
Parameters
params
the configuration object for manual control
T
the type of mecanum drivetrain
R
the type of robot with mecanum drivetrain
Constructors
Link copied to clipboard
constructor(params: SimpleManualModeWithSpeedModes.SimpleManualModeWithSpeedModesParams = SimpleManualModeWithSpeedModesParams(), manualParams: ManualMode.ManualParams = ManualParams())