Package frc.robot
Class Constants.FieldConstants.Processor
java.lang.Object
frc.robot.Constants.FieldConstants.Processor
- Enclosing class:
- Constants.FieldConstants
Constants relating to the processor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Pose2d
Pose from which the robot can score algae on the blue alliance.static final Pose2d
Pose from which the robot can score algae on the red alliance.static final Transform2d
Offset from the AprilTag from which scoring should happen.static final int
AprilTag ID for the processor on the blue alliance.static final Pose3d
AprilTag pose for the processor on the blue alliance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TAG_ID
public static final int TAG_IDAprilTag ID for the processor on the blue alliance.- See Also:
-
TAG_POSE
AprilTag pose for the processor on the blue alliance. -
SCORING_OFFSET
Offset from the AprilTag from which scoring should happen. -
ALGAE_SCORING_POSE_BLUE
Pose from which the robot can score algae on the blue alliance. -
ALGAE_SCORING_POSE_RED
Pose from which the robot can score algae on the red alliance.
-
-
Constructor Details
-
Processor
public Processor()
-