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

Commit

Permalink
Update src/main/java/com/frcteam3636/frc2024/subsystems/arm/ArmIO.kt
Browse files Browse the repository at this point in the history
Co-authored-by: doinkythederp <[email protected]>
  • Loading branch information
NikolaJenkins and doinkythederp authored Nov 20, 2024
1 parent dcedb8f commit 6f22b6c
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 @@ interface ArmIO{
var absoluteEncoderPosition = Radians.zero()!!

var rightCurrent = Volts.zero()!!
private var leftCurrent = Volts.zero()!!
var leftCurrent = Volts.zero()!!

var rightVelocity = RadiansPerSecond.zero()!!
var leftVelocity = RadiansPerSecond.zero()!!
Expand Down

0 comments on commit 6f22b6c

Please sign in to comment.