Class TunerConstants2025.CustomConstants
java.lang.Object
frc.alotobots.library.subsystems.swervedrive.constants.mk4i2025.TunerConstants2025.CustomConstants
- Enclosing class:
- TunerConstants2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Distance
static final Distance
static final double
static final ProfiledPIDController
static final org.ironmaple.simulation.drivesims.configs.DriveTrainSimulationConfig
static final double
static final LinearVelocity
static final double
static final com.pathplanner.lib.path.PathConstraints
static final com.pathplanner.lib.config.RobotConfig
static final com.pathplanner.lib.controllers.PPHolonomicDriveController
static final com.pathplanner.lib.controllers.PPHolonomicDriveController
static final double
static final com.pathplanner.lib.config.PIDConstants
static final double
static final com.pathplanner.lib.config.PIDConstants
static final double
static final double
static final com.pathplanner.lib.config.PIDConstants
static final com.pathplanner.lib.config.PIDConstants
static final LinearVelocity
static final LinearVelocity
static final double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
translationPid
public static final com.pathplanner.lib.config.PIDConstants translationPid -
rotationPid
public static final com.pathplanner.lib.config.PIDConstants rotationPid -
PP_HOLONOMIC_DRIVE_CONTROLLER
public static final com.pathplanner.lib.controllers.PPHolonomicDriveController PP_HOLONOMIC_DRIVE_CONTROLLER -
PATHFINDING_CONSTRAINTS
public static final com.pathplanner.lib.path.PathConstraints PATHFINDING_CONSTRAINTS -
precisionAlignTranslationPid
public static final com.pathplanner.lib.config.PIDConstants precisionAlignTranslationPid -
precisionAlignrotationPid
public static final com.pathplanner.lib.config.PIDConstants precisionAlignrotationPid -
PRECISION_ALIGN_PP_HOLONOMIC_DRIVE_CONTROLLER
public static final com.pathplanner.lib.controllers.PPHolonomicDriveController PRECISION_ALIGN_PP_HOLONOMIC_DRIVE_CONTROLLER -
precisionAlignTolerance
public static final double precisionAlignTolerance- See Also:
-
precisionAlignAllowRadius
public static final double precisionAlignAllowRadius- See Also:
-
driveFacingAngleController
-
ODOMETRY_FREQUENCY
public static final double ODOMETRY_FREQUENCY -
BUMPER_LENGTH
-
BUMPER_WIDTH
-
TURTLE_SPEED
-
NOMINAL_SPEED
-
TURBO_SPEED
-
MAX_MODULAR_ROTATIONAL_RATE
public static final double MAX_MODULAR_ROTATIONAL_RATE -
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 -
mapleSimConfig
public static final org.ironmaple.simulation.drivesims.configs.DriveTrainSimulationConfig mapleSimConfig
-
-
Constructor Details
-
CustomConstants
public CustomConstants()
-