There was an error while loading. Please reload this page.
1 parent 2386a84 commit 03a0000Copy full SHA for 03a0000
1 file changed
src/main/java/frc/robot/subsystems/Elevator.java
@@ -41,7 +41,7 @@ public Elevator() {
41
elevator.configure(
42
new SparkFlexConfig()
43
.smartCurrentLimit(ElevatorConfig.ELEVATOR_CURRENT_LIMIT)
44
- .idleMode(ElevatorConfig.ELEVATOR_IDLE_MODE)
+ .idleMode(ElevatorConfig.ELEVATOR_IDLE_MODE).inverted(false)
45
.apply(
46
new EncoderConfig()
47
.positionConversionFactor(ElevatorConfig.ENCODER_POSITION_CONVERSION_FACTOR)
0 commit comments