Interface TunerConstants
- All Known Implementing Classes:
TunerConstants2023
public interface TunerConstants
-
Method Summary
Modifier and TypeMethodDescriptioncom.ctre.phoenix6.swerve.SwerveModuleConstants
com.ctre.phoenix6.swerve.SwerveModuleConstants
edu.wpi.first.units.measure.Distance
edu.wpi.first.units.measure.Distance
double
com.ctre.phoenix6.configs.Slot0Configs
com.ctre.phoenix6.swerve.SwerveDrivetrainConstants
com.ctre.phoenix6.swerve.SwerveModuleConstants
com.ctre.phoenix6.swerve.SwerveModuleConstants
com.pathplanner.lib.controllers.PPHolonomicDriveController
double
edu.wpi.first.units.measure.LinearVelocity
double
com.pathplanner.lib.path.PathConstraints
com.pathplanner.lib.config.RobotConfig
edu.wpi.first.units.measure.LinearVelocity
com.ctre.phoenix6.configs.Slot0Configs
edu.wpi.first.units.measure.LinearVelocity
edu.wpi.first.units.measure.LinearVelocity
-
Method Details
-
getFrontLeft
com.ctre.phoenix6.swerve.SwerveModuleConstants getFrontLeft() -
getFrontRight
com.ctre.phoenix6.swerve.SwerveModuleConstants getFrontRight() -
getBackLeft
com.ctre.phoenix6.swerve.SwerveModuleConstants getBackLeft() -
getBackRight
com.ctre.phoenix6.swerve.SwerveModuleConstants getBackRight() -
getDrivetrainConstants
com.ctre.phoenix6.swerve.SwerveDrivetrainConstants getDrivetrainConstants() -
getDriveBaseRadius
double getDriveBaseRadius() -
getSpeedAt12Volts
edu.wpi.first.units.measure.LinearVelocity getSpeedAt12Volts() -
getTurtleSpeed
edu.wpi.first.units.measure.LinearVelocity getTurtleSpeed() -
getNominalSpeed
edu.wpi.first.units.measure.LinearVelocity getNominalSpeed() -
getTurboSpeed
edu.wpi.first.units.measure.LinearVelocity getTurboSpeed() -
getMaxModularRotationalRate
double getMaxModularRotationalRate() -
getOdometryFrequency
double getOdometryFrequency() -
getBumperLength
edu.wpi.first.units.measure.Distance getBumperLength() -
getBumperWidth
edu.wpi.first.units.measure.Distance getBumperWidth() -
getPathPlannerConfig
com.pathplanner.lib.config.RobotConfig getPathPlannerConfig() -
getPathfindingConstraints
com.pathplanner.lib.path.PathConstraints getPathfindingConstraints() -
getHolonomicDriveController
com.pathplanner.lib.controllers.PPHolonomicDriveController getHolonomicDriveController() -
getSteerGains
com.ctre.phoenix6.configs.Slot0Configs getSteerGains() -
getDriveGains
com.ctre.phoenix6.configs.Slot0Configs getDriveGains() -
getModuleTranslations
Translation2d[] getModuleTranslations() -
getDriveFacingAnglePIDController
ProfiledPIDController getDriveFacingAnglePIDController()
-