public class Drivetrain
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
com.qualcomm.robotcore.hardware.DcMotor |
backLeft |
com.qualcomm.robotcore.hardware.DcMotor |
backRight |
com.qualcomm.robotcore.hardware.DcMotor |
frontLeft |
com.qualcomm.robotcore.hardware.DcMotor |
frontRight |
| Constructor and Description |
|---|
Drivetrain(DeviceManager deviceManager)
Constructs a
Drivetrain object |
public com.qualcomm.robotcore.hardware.DcMotor backLeft
public com.qualcomm.robotcore.hardware.DcMotor backRight
public com.qualcomm.robotcore.hardware.DcMotor frontLeft
public com.qualcomm.robotcore.hardware.DcMotor frontRight
public Drivetrain(DeviceManager deviceManager)
Drivetrain objectdeviceManager - the robot's device manager