Skip to content

Commit

Permalink
Merge branch 'DCMP' of https://github.com/FRC-Team-620/Warbots2024 in…
Browse files Browse the repository at this point in the history
…to DCMP
  • Loading branch information
npwtub committed Apr 4, 2024
2 parents b27029a + e05d744 commit 00522d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ClimberSubsystem() {
rightClimber.setSoftLimit(SoftLimitDirection.kReverse, 0);
leftClimber.setSoftLimit(SoftLimitDirection.kForward, 34);
rightClimber.setSoftLimit(SoftLimitDirection.kForward, 34);
setSoftLimit(false);
setSoftLimit(true);
leftClimber.setIdleMode(IdleMode.kBrake);
rightClimber.setIdleMode(IdleMode.kBrake);
leftClimberEncoder.setPositionConversionFactor((5.0 * 4.0) / 100.0); // 20:1 gear reduction
Expand Down

0 comments on commit 00522d0

Please sign in to comment.