Skip to content

Commit

Permalink
Fix PID controller attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
j5155 committed Dec 2, 2024
1 parent f3a28d3 commit 56d410e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ open class PIDFController
*/
@JvmOverloads
open fun update(
timestamp: Long = System.nanoTime(),
timestamp: Long,
measuredPosition: Double,
measuredVelocity: Double? = null
): Double {
Expand Down

0 comments on commit 56d410e

Please sign in to comment.