Package frc.robot
Class Constants.SwerveConstants
java.lang.Object
frc.robot.Constants.SwerveConstants
- Enclosing class:
- Constants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SwerveModuleConfigstatic final SwerveModuleConfigstatic final SwerveModuleConfigstatic final SwerveModuleConfigstatic final com.pathplanner.lib.controllers.PPHolonomicDriveControllerstatic final edu.wpi.first.math.kinematics.SwerveDriveKinematicsstatic final edu.wpi.first.units.measure.Distancestatic com.pathplanner.lib.config.RobotConfigstatic final edu.wpi.first.units.measure.Distance -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FRONT_LEFT_CONFIG
-
FRONT_RIGHT_CONFIG
-
BACK_LEFT_CONFIG
-
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()
-