Class FrcMecanumDrive

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

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

    • FrcMecanumDrive

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