We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e85028 commit ac23ca6Copy full SHA for ac23ca6
src/main/java/frc/robot/elevator/ElevatorConstants.java
@@ -186,8 +186,8 @@ public static final class AlgaeRollerConstants {
186
public static final Voltage kIntakeVoltage = Volts.of(5.0);
187
// Found 3/9/2025 that 5V applied at stall will draw ~5A, which is acceptable for motor lifetime
188
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);
+ public static final Voltage kOuttakeToProcessorVoltage = Volts.of(-2.5);
+ public static final Voltage kOuttakeToBargeVoltage = Volts.of(-5);
191
}
192
193
public static final class AlgaeWristConstants {
0 commit comments