Package frc.robot

Class Constants.SwerveConstants

java.lang.Object
frc.robot.Constants.SwerveConstants
Enclosing class:
Constants

public static class Constants.SwerveConstants extends Object
  • Field Details

    • FRONT_LEFT_CONFIG

      public static final SwerveModuleConfig FRONT_LEFT_CONFIG
    • FRONT_RIGHT_CONFIG

      public static final SwerveModuleConfig FRONT_RIGHT_CONFIG
    • BACK_LEFT_CONFIG

      public static final SwerveModuleConfig BACK_LEFT_CONFIG
    • BACK_RIGHT_CONFIG

      public static final SwerveModuleConfig BACK_RIGHT_CONFIG
    • WIDTH

      public static final edu.wpi.first.units.measure.Distance WIDTH
    • LENGTH

      public static final edu.wpi.first.units.measure.Distance LENGTH
    • KINEMATICS

      public static final edu.wpi.first.math.kinematics.SwerveDriveKinematics KINEMATICS
    • robotConfig

      public static com.pathplanner.lib.config.RobotConfig robotConfig
    • HOLONOMIC_DRIVE_CONTROLLER

      public static final com.pathplanner.lib.controllers.PPHolonomicDriveController HOLONOMIC_DRIVE_CONTROLLER
  • Constructor Details

    • SwerveConstants

      public SwerveConstants()