Package frc.robot
Class Constants.SwerveConstants
java.lang.Object
frc.robot.Constants.SwerveConstants
- Enclosing class:
- Constants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SwerveModuleConfig
static final SwerveModuleConfig
static final SwerveModuleConfig
static final SwerveModuleConfig
static final com.pathplanner.lib.controllers.PPHolonomicDriveController
static final edu.wpi.first.math.kinematics.SwerveDriveKinematics
static final edu.wpi.first.units.measure.Distance
static com.pathplanner.lib.config.RobotConfig
static 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()
-