Skip to content

Commit

Permalink
sync fork test (insigificant change)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1x2 committed Oct 30, 2024
1 parent 81c723d commit c3d4ac3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import frc.team5115.Constants;

public class ClimberIOSparkMax implements ClimberIO {

public final CANSparkMax leftClimb;
public final CANSparkMax rightClimb;
public final RelativeEncoder leftClimbEncoder;
Expand Down Expand Up @@ -39,7 +38,7 @@ public void updateInputs(ClimberIOInputs inputs) {
inputs.leftCurrentAmps = leftClimb.getOutputCurrent();
inputs.rightCurrentAmps = rightClimb.getOutputCurrent();
inputs.leftAppliedVolts = leftClimb.getAppliedOutput();
inputs.rightAppliedVolts = rightClimb.getAppliedOutput();
inputs.rightAppliedVolts = rightClimb.getAppliedOutput();
}

@Override
Expand Down

0 comments on commit c3d4ac3

Please sign in to comment.