Package frc.robot
Class Constants.FieldConstants
java.lang.Object
frc.robot.Constants.FieldConstants
- Enclosing class:
- Constants
Constants for field positions and points of interest
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final POI[]
Array of points of interest for alga stations.static final POI[]
All consolidated points of interest on the fieldstatic final POI[]
Array of points of interest for cages.static final POI[]
Array of points of interest for coral reef bars.static final double
Field dimensions for 2025 Reefscapestatic final double
Field width in meters.static final POI[]
Array of points of interest for intake stations.Method Summary
Modifier and TypeMethodDescriptionstatic POI
getPoiByTagAndAddress
(String tag, String address) Finds a specific POI by its tag and address
Field Details
FIELD_LENGTH_METERS
public static final double FIELD_LENGTH_METERSField dimensions for 2025 Reefscape- See Also:
FIELD_WIDTH_METERS
public static final double FIELD_WIDTH_METERSField width in meters.- See Also:
ALL_POIS
All consolidated points of interest on the fieldINTAKE_STATIONS
Array of points of interest for intake stations.CORAL_REEF_BARS
Array of points of interest for coral reef bars.ALGA_STATIONS
Array of points of interest for alga stations.CAGES
Array of points of interest for cages.
Method Details
getPoiByTagAndAddress
Finds a specific POI by its tag and address- Parameters:
tag
- The tag to matchaddress
- The address value to match- Returns:
- The matching POI or null if not found