Package frc.robot

Class RobotConstants.ControlGains

  • Enclosing class:
    RobotConstants

    public static class RobotConstants.ControlGains
    extends java.lang.Object
    Control Gains Measurements
    • Field Detail

      • kvVoltsSecondsPerMeter

        public static final double kvVoltsSecondsPerMeter
        See Also:
        Constant Field Values
      • kaVoltsSecondsSquaredPerMeter

        public static final double kaVoltsSecondsSquaredPerMeter
        See Also:
        Constant Field Values
      • turningPIDController

        public static edu.wpi.first.wpilibj.controller.PIDController turningPIDController
      • drivePidController

        public static edu.wpi.first.wpilibj.controller.PIDController drivePidController
      • kDriveKinematics

        public static final edu.wpi.first.wpilibj.kinematics.DifferentialDriveKinematics kDriveKinematics
      • kMaxSpeedMetersPerSecond

        public static final double kMaxSpeedMetersPerSecond
        See Also:
        Constant Field Values
      • kMaxAccelerationMetersPerSecondSquared

        public static final double kMaxAccelerationMetersPerSecondSquared
        See Also:
        Constant Field Values
    • Constructor Detail

      • ControlGains

        public ControlGains()