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 algae scoring should happen.Poses from which the robot can score algae on the blue alliance.Poses from which the robot can score algae on the red alliance.static final Transform2d
Offset from the AprilTag from which coral scoring should happen on the right side.Poses from which the robot can score coral on the left side on the blue alliance.Poses from which the robot can score coral on the right side on the blue alliance.Poses from which the robot can score coral on the left side on the red alliance.Poses from which the robot can score coral on the right side on the red alliance.Center poses for the reef faces on the blue alliance.Center poses for the reef faces 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. -
FACE_POSES_BLUE
Center poses for the reef faces on the blue alliance. Point inwards towards the center of the reef. -
FACE_POSES_RED
Center poses for the reef faces on the red alliance. Point inwards towards the center of the reef. -
CORAL_SCORING_OFFSET
Offset from the AprilTag from which coral scoring should happen on the right side. -
ALGAE_SCORING_OFFSET
Offset from the AprilTag from which algae scoring should happen. -
CORAL_SCORING_POSES_BLUE_LEFT
Poses from which the robot can score coral on the left side on the blue alliance. -
CORAL_SCORING_POSES_BLUE_RIGHT
Poses from which the robot can score coral on the right side on the blue alliance. -
CORAL_SCORING_POSES_RED_LEFT
Poses from which the robot can score coral on the left side on the red alliance. -
CORAL_SCORING_POSES_RED_RIGHT
Poses from which the robot can score coral on the right side on the red alliance. -
ALGAE_SCORING_POSES_BLUE
Poses from which the robot can score algae on the blue alliance. -
ALGAE_SCORING_POSES_RED
Poses from which the robot can score algae on the red alliance.
-
-
Constructor Details
-
Reef
public Reef()
-