Class WristTalonFXRealConstants.PIDConstants.VelocityPIDConstants

java.lang.Object
frc.alotobots.reefscape.subsystems.wrist.constants.WristTalonFXRealConstants.PIDConstants.VelocityPIDConstants
Enclosing class:
WristTalonFXRealConstants.PIDConstants

public static final class WristTalonFXRealConstants.PIDConstants.VelocityPIDConstants extends Object
TalonFX-specific PID and motion control constants for velocity mode.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final double
    Acceleration feedforward gain
    static final double
    Position control derivative gain
    static final double
    Gravity compensation gain
    static final double
    Position control integral gain
    static final double
    Position 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

    • VelocityPIDConstants

      public VelocityPIDConstants()