Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
feat: add println call for pivot zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftzman7 committed Oct 3, 2024
1 parent a126840 commit 005ba52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ object Shooter {
}

fun zeroShooter(): Command = runOnce {
println("Zeroing pivot. New offset is: " + -inputs.uncorrectedEncoderPosition.degrees)
io.updateOffset(-inputs.uncorrectedEncoderPosition)
}

Expand Down

0 comments on commit 005ba52

Please sign in to comment.