Package frc.reefscape
Class Field.Barge
java.lang.Object
frc.reefscape.Field.Barge
- Enclosing class:
- Field
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final edu.wpi.first.math.geometry.Translation2d
static final double
static final edu.wpi.first.math.geometry.Translation2d
static final edu.wpi.first.math.geometry.Translation2d
static final double
static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the y value of a cage when closest to a given cage.
-
Field Details
-
netRobotPovDegrees
public static final double netRobotPovDegrees- See Also:
-
farCage
public static final edu.wpi.first.math.geometry.Translation2d farCage -
middleCage
public static final edu.wpi.first.math.geometry.Translation2d middleCage -
closeCage
public static final edu.wpi.first.math.geometry.Translation2d closeCage -
deepHeight
public static final double deepHeight -
shallowHeight
public static final double shallowHeight
-
-
Constructor Details
-
Barge
public Barge()
-
-
Method Details
-
getCageToClimb
public double getCageToClimb()Returns the y value of a cage when closest to a given cage.- Returns:
- double
-