File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/main/java/frc/robot/elevator Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public static final class LifterConstants {
31
31
public static final double kVelocityConversionFactor = kPositionConversionFactor / 60.0 ;
32
32
33
33
public static final LinearVelocity kFineVelocity = InchesPerSecond .of (15.0 );
34
- public static final LinearVelocity kRapidVelocity = InchesPerSecond .of (15 .0 );
34
+ public static final LinearVelocity kRapidVelocity = InchesPerSecond .of (30 .0 );
35
35
public static final LinearAccelerationUnit inchesPerSecondPerSecond =
36
36
InchesPerSecond .per (Second );
37
37
public static final LinearAcceleration kRapidAcceleration = inchesPerSecondPerSecond .of (1000 );
@@ -212,13 +212,13 @@ public static final class AlgaeWristConstants {
212
212
213
213
public static enum AlgaeWristState {
214
214
Unknown (90 ),
215
- Floor (- 10 ),
216
- Min (-20 ),
215
+ Floor (0 ),
216
+ Min (-10 ),
217
217
Max (95 ),
218
218
Processor (0 ),
219
- L2 (-10 ),
220
- L3 (-10 ),
221
- Barge (80 ),
219
+ L2 (-0 ),
220
+ L3 (-0 ),
221
+ Barge (60 ),
222
222
CoralMode (90 );
223
223
224
224
public Angle angle ;
You can’t perform that action at this time.
0 commit comments