Package frc.robot.subsystems.launcher
Class Launcher.LauncherConfig
java.lang.Object
frc.spectrumLib.mechanism.Mechanism.Config
frc.robot.subsystems.launcher.Launcher.LauncherConfig
- Enclosing class:
- Launcher
-
Field Summary
Fields inherited from class frc.spectrumLib.mechanism.Mechanism.Config
talonConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleMethods inherited from class frc.spectrumLib.mechanism.Mechanism.Config
applyTalonConfig, configClockwise_Positive, configContinuousWrap, configCounterClockwise_Positive, configFeedbackSensorSource, configFeedbackSensorSource, configFeedForwardGains, configFeedForwardGains, configForwardSoftLimit, configForwardTorqueCurrentLimit, configForwardVoltageLimit, configGearRatio, configGravityType, configGravityType, configLowerSupplyCurrentLimit, configLowerSupplyCurrentTime, configMinMaxRotations, configMotionMagic, configMotionMagicPosition, configMotionMagicVelocity, configNeutralBrakeMode, configNeutralDeadband, configPeakOutput, configPIDGains, configPIDGains, configReverseSoftLimit, configReverseTorqueCurrentLimit, configReverseVoltageLimit, configStatorCurrentLimit, configSupplyCurrentLimit, configVoltageCompensation, getDynamicMMPositionFOC, getDynamicMotionMagicVoltage, getFollowerConfigs, getGearRatio, getId, getMaxRotations, getMinRotations, getMmPositionFOC, getMmPositionVoltage, getMmPositionVoltageSlot, getMmVelocityFOC, getMmVelocityVoltage, getName, getNumMotors, getPercentOutput, getTalonConfig, getTorqueCurrentFOC, getVelocityControl, getVelocityTorqueCurrentFOC, getVoltageCompSaturation, getVoltageControl, isAttached, setAttached, setFollowerConfigs, setTalonConfig
-
Constructor Details
-
LauncherConfig
public LauncherConfig()
-
-
Method Details
-
getSupplyCurrentLimit
public double getSupplyCurrentLimit() -
getStatorCurrentLimit
public double getStatorCurrentLimit() -
getLowerSupplyCurrentLimit
public double getLowerSupplyCurrentLimit() -
getLowerSupplyCurrentTime
public double getLowerSupplyCurrentTime() -
getForwardTorqueCurrentLimit
public double getForwardTorqueCurrentLimit() -
getReverseTorqueCurrentLimit
public double getReverseTorqueCurrentLimit() -
getVoltageLimit
public double getVoltageLimit() -
getVelocityKp
public double getVelocityKp() -
getVelocityKv
public double getVelocityKv() -
getVelocityKs
public double getVelocityKs() -
getOnTargetToleranceRPM
public double getOnTargetToleranceRPM() -
getLauncherX
public double getLauncherX() -
getLauncherY
public double getLauncherY() -
getWheelDiameter
public double getWheelDiameter()
-