Class FtcDifferentialDrive

java.lang.Object
ftclib.drivebase.FtcRobotDrive
ftclib.drivebase.FtcDifferentialDrive

public class FtcDifferentialDrive extends FtcRobotDrive
This class creates the FtcDifferential drive base subsystem that consists of wheel motors and related objects for driving a differential robot.
  • Constructor Details

    • FtcDifferentialDrive

      public FtcDifferentialDrive(FtcRobotDrive.RobotInfo robotInfo)
      Constructor: Create an instance of the object.
      Parameters:
      robotInfo - specifies the Differential Robot Info.