Skip to content

Commit

Permalink
aKit logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongrrz committed Jan 31, 2024
1 parent 8ffde85 commit 269acc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/competition/subsystems/arm/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ public void calibrateArmOffset() {
armMotorRightRevolutionOffset.set(-armMotorRight.getPosition());
}
}

aKitLog.record("HasCalibratedLeftArm", hasCalibratedLeft);
aKitLog.record("HasCalibratedRightArm", hasCalibratedRight);
}
@Override
public Double getCurrentValue() {
Expand Down

0 comments on commit 269acc7

Please sign in to comment.