Package frc.robot
Class Constants.FieldConstants.Reef
java.lang.Object
frc.robot.Constants.FieldConstants.Reef
- Enclosing class:
- Constants.FieldConstants
Constants relating to the reef.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Transform2d
Offset from the AprilTag from which scoring should happen.Poses from which the robot can score on the blue alliance.Poses from which the robot can score on the red alliance.AprilTag IDs for the reef on the blue alliance.AprilTag poses for the reef on the blue alliance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TAG_IDS
AprilTag IDs for the reef on the blue alliance. -
TAG_POSES
AprilTag poses for the reef on the blue alliance. -
SCORING_OFFSET
Offset from the AprilTag from which scoring should happen. -
SCORING_POSES_BLUE
Poses from which the robot can score on the blue alliance. -
SCORING_POSES_RED
Poses from which the robot can score on the red alliance.
-
-
Constructor Details
-
Reef
public Reef()
-