Package ftclib.drivebase
Class FtcDifferentialDrive
java.lang.Object
ftclib.drivebase.FtcRobotDrive
ftclib.drivebase.FtcDifferentialDrive
This class creates the FtcDifferential drive base subsystem that consists of wheel motors and related objects for
driving a differential robot.
-
Nested Class Summary
Nested classes/interfaces inherited from class ftclib.drivebase.FtcRobotDrive
FtcRobotDrive.RobotInfo, FtcRobotDrive.VisionInfo
-
Field Summary
Fields inherited from class ftclib.drivebase.FtcRobotDrive
driveBase, driveMotors, gyro, INDEX_LEFT_BACK, INDEX_LEFT_CENTER, INDEX_LEFT_FRONT, INDEX_RIGHT_BACK, INDEX_RIGHT_CENTER, INDEX_RIGHT_FRONT, pidDrive, purePursuitDrive, robotInfo
-
Constructor Summary
ConstructorsConstructorDescriptionFtcDifferentialDrive
(FtcRobotDrive.RobotInfo robotInfo) Constructor: Create an instance of the object. -
Method Summary
Methods inherited from class ftclib.drivebase.FtcRobotDrive
cancel, cancel, configDriveBase
-
Constructor Details
-
FtcDifferentialDrive
Constructor: Create an instance of the object.- Parameters:
robotInfo
- specifies the Differential Robot Info.
-