Class ElevatorTalonFXSimConstants.PIDConstants.ClimbingPIDConstants

java.lang.Object
frc.alotobots.reefscape.subsystems.elevator.constants.ElevatorTalonFXSimConstants.PIDConstants.ClimbingPIDConstants
Enclosing class:
ElevatorTalonFXSimConstants.PIDConstants

public static final class ElevatorTalonFXSimConstants.PIDConstants.ClimbingPIDConstants extends Object
TalonFX-specific PID and motion control constants for climbing mode.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
    Acceleration feedforward gain
    static final double
    Climbing control derivative gain
    static final double
    Gravity compensation gain
    static final double
    Climbing control integral gain
    static final double
    Climbing control proportional gain
    static final double
    Static friction compensation
    static final double
    Velocity feedforward gain
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ClimbingPIDConstants

      public ClimbingPIDConstants()