Interface DifferentialDriveMode
-
- All Known Implementing Classes:
ArcadeDrive,CurvatureDrive,MixedDrive,TankDrive
public interface DifferentialDriveModeRepresents a mapping of joystick inputs to left and right drivetrain motor inputs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DifferentialDrivetrainInputexecute()Calculate the drive output using the current joystick inputs.
-
-
-
Method Detail
-
execute
DifferentialDrivetrainInput execute()
Calculate the drive output using the current joystick inputs.- Returns:
- The input, mapped to left and right side inputs.
-
-