Package frc.robot
Class Constants.ScoringPoses
java.lang.Object
frc.robot.Constants.ScoringPoses
- Enclosing class:
- Constants
Poses that the robot can score from.
-
Field Summary
FieldsModifier and TypeFieldDescriptionPoses from which the robot can score algae on the blue alliance.Poses from which the robot can score algae on the red alliance.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. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
ScoringPoses
public ScoringPoses()
-