Class TunerConstants2023.CustomConstants
java.lang.Object
frc.alotobots.library.subsystems.swervedrive.constants.mk4i2023.TunerConstants2023.CustomConstants
- Enclosing class:
- TunerConstants2023
-
Field Summary
Modifier and TypeFieldDescriptionstatic final edu.wpi.first.units.measure.Distance
static final edu.wpi.first.units.measure.Distance
static final double
static final ProfiledPIDController
static final edu.wpi.first.units.measure.LinearVelocity
static final edu.wpi.first.units.measure.LinearVelocity
static final edu.wpi.first.units.measure.LinearVelocity
static final com.pathplanner.lib.path.PathConstraints
static final com.pathplanner.lib.config.RobotConfig
static final com.pathplanner.lib.controllers.PPHolonomicDriveController
static final double
static final double
static final com.pathplanner.lib.config.PIDConstants
static final com.pathplanner.lib.config.PIDConstants
static final double
-
Constructor Summary
-
Method Summary
-
Field Details
-
translationPid
public static final com.pathplanner.lib.config.PIDConstants translationPid -
rotationPid
public static final com.pathplanner.lib.config.PIDConstants rotationPid -
PATHFINDING_CONSTRAINTS
public static final com.pathplanner.lib.path.PathConstraints PATHFINDING_CONSTRAINTS -
PP_HOLONOMIC_DRIVE_CONTROLLER
public static final com.pathplanner.lib.controllers.PPHolonomicDriveController PP_HOLONOMIC_DRIVE_CONTROLLER -
driveFacingAngleController
-
BUMPER_LENGTH
public static final edu.wpi.first.units.measure.Distance BUMPER_LENGTH -
BUMPER_WIDTH
public static final edu.wpi.first.units.measure.Distance BUMPER_WIDTH -
kTurtleSpeed
public static final edu.wpi.first.units.measure.LinearVelocity kTurtleSpeed -
kNominalSpeed
public static final edu.wpi.first.units.measure.LinearVelocity kNominalSpeed -
kTurboSpeed
public static final edu.wpi.first.units.measure.LinearVelocity kTurboSpeed -
ROBOT_MASS_KG
public static final double ROBOT_MASS_KG- See Also:
-
ROBOT_MOI
public static final double ROBOT_MOI- See Also:
-
WHEEL_COF
public static final double WHEEL_COF- See Also:
-
pathPlannerConfig
public static final com.pathplanner.lib.config.RobotConfig pathPlannerConfig -
DRIVE_BASE_RADIUS
public static final double DRIVE_BASE_RADIUS
-
-
Constructor Details
-
CustomConstants
public CustomConstants()
-