Class FrcDifferentialDrive

java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frclib.drivebase.FrcRobotDrive
frclib.drivebase.FrcDifferentialDrive
All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable, edu.wpi.first.wpilibj2.command.Subsystem

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

    • FrcDifferentialDrive

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