Skip to content

Commit ac23ca6

Browse files
authored
swap algae outtake speeds (#135)
1 parent 2e85028 commit ac23ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/frc/robot/elevator/ElevatorConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ public static final class AlgaeRollerConstants {
186186
public static final Voltage kIntakeVoltage = Volts.of(5.0);
187187
// Found 3/9/2025 that 5V applied at stall will draw ~5A, which is acceptable for motor lifetime
188188
public static final Voltage kHoldVoltage = Volts.of(5.0);
189-
public static final Voltage kOuttakeToProcessorVoltage = Volts.of(-5.0);
190-
public static final Voltage kOuttakeToBargeVoltage = Volts.of(-2.5);
189+
public static final Voltage kOuttakeToProcessorVoltage = Volts.of(-2.5);
190+
public static final Voltage kOuttakeToBargeVoltage = Volts.of(-5);
191191
}
192192

193193
public static final class AlgaeWristConstants {

0 commit comments

Comments
 (0)