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

Commit

Permalink
docs: add Todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp authored Dec 5, 2024
1 parent 36e9cf0 commit ec0a0d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ interface ArmIO{
-0.142921
)

// TODO: Once we know the PID gains, this should be added back.
// val pidController = PIDController(ArmIOReal.PID_GAINS)
var setPoint = 0.0

Expand Down Expand Up @@ -200,4 +201,4 @@ interface ArmIO{

override fun updatePosition(position: Measure<Angle>) {
}
}
}

0 comments on commit ec0a0d9

Please sign in to comment.