@@ -85,13 +85,13 @@ public class SuperstructureConstants {
8585 IntakeConstants .CORAL_REST_VELOCITY );
8686
8787 public static final SuperstructureState PLACE_L2_STATE = new SuperstructureState (
88- ElevatorConstants .RETRACT_L2_POSITION ,
88+ ElevatorConstants .SCORE_L2_POSITION ,
8989 ArmConstants .L2_SCORING_POSITION ,
9090 WristConstants .PARALLEL_CURRENT ,
9191 IntakeConstants .CORAL_REST_VELOCITY );
9292
9393 public static final SuperstructureState RETRACT_L2_STATE = new SuperstructureState (
94- ElevatorConstants .RETRACT_L2_POSITION ,
94+ ElevatorConstants .SCORE_L2_POSITION ,
9595 ArmConstants .STOWED_POSITION ,
9696 WristConstants .PARALLEL_CURRENT ,
9797 IntakeConstants .BRANCH_EJECT_VELOCITY );
@@ -117,13 +117,13 @@ public class SuperstructureConstants {
117117 IntakeConstants .CORAL_REST_VELOCITY );
118118
119119 public static final SuperstructureState PLACE_L3_STATE = new SuperstructureState (
120- ElevatorConstants .RETRACT_L3_POSITION ,
120+ ElevatorConstants .SCORE_L3_POSITION ,
121121 ArmConstants .L3_SCORING_POSITION ,
122122 WristConstants .PARALLEL_CURRENT ,
123123 IntakeConstants .CORAL_REST_VELOCITY );
124124
125125 public static final SuperstructureState RETRACT_L3_STATE = new SuperstructureState (
126- ElevatorConstants .RETRACT_L3_POSITION ,
126+ ElevatorConstants .SCORE_L3_POSITION ,
127127 ArmConstants .STOWED_POSITION ,
128128 WristConstants .PARALLEL_CURRENT ,
129129 IntakeConstants .BRANCH_EJECT_VELOCITY );
@@ -149,13 +149,13 @@ public class SuperstructureConstants {
149149 IntakeConstants .CORAL_REST_VELOCITY );
150150
151151 public static final SuperstructureState PLACE_L4_STATE = new SuperstructureState (
152- ElevatorConstants .RETRACT_L4_POSITION ,
152+ ElevatorConstants .SCORE_L4_POSITION ,
153153 ArmConstants .L4_SCORING_POSITION ,
154154 WristConstants .PARALLEL_CURRENT ,
155155 IntakeConstants .CORAL_REST_VELOCITY );
156156
157157 public static final SuperstructureState RETRACT_L4_STATE = new SuperstructureState (
158- ElevatorConstants .RETRACT_L4_POSITION ,
158+ ElevatorConstants .SCORE_L4_POSITION ,
159159 ArmConstants .STOWED_POSITION ,
160160 WristConstants .PARALLEL_CURRENT ,
161161 IntakeConstants .BRANCH_EJECT_VELOCITY );
0 commit comments