Package com.marslib.util
Class EliteShooterMath.EliteShooterSetpoint
java.lang.Object
com.marslib.util.EliteShooterMath.EliteShooterSetpoint
- Enclosing class:
- EliteShooterMath
Data class for holding calculated Elite Shooter parameters. Fully compatible with AdvantageKit
logging.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoubledoublebooleandoubledouble -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
robotAimYawRadians
public double robotAimYawRadians -
chassisAngularFeedforward
public double chassisAngularFeedforward -
hoodRadians
public double hoodRadians -
hoodFeedforward
public double hoodFeedforward -
launchSpeedMetersPerSec
public double launchSpeedMetersPerSec -
isValid
public boolean isValid
-
-
Constructor Details
-
EliteShooterSetpoint
public EliteShooterSetpoint()
-