Package frc.robot.shotdata
Class GeneratedLUTs2
java.lang.Object
frc.robot.shotdata.GeneratedLUTs2
Auto-generated lookup tables (LUTs) and fitted model coefficients for shooter calculations.
This class is not meant to be instantiated or modified manually - values arederived from experimental shot data and curve-fitting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShotData.ShotEntry[]Pre-computed shot entries for passing.static final ShotData.ShotEntry[]Pre-computed shot entries for hub-targeted shots. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hubEntries
Pre-computed shot entries for hub-targeted shots. -
groundEntries
Pre-computed shot entries for passing.
-
-
Constructor Details
-
GeneratedLUTs2
public GeneratedLUTs2()
-