PIDController

open class PIDController

Constructors

Link copied to clipboard
constructor(Kp: Float, Kd: Float, Rp: Float, Rd: Float)

Functions

Link copied to clipboard
open fun copy(): PIDController
Link copied to clipboard
open fun move(dest: Vector2f, drone: ShipAPI)
Link copied to clipboard
open fun rotate(destFacing: Float, drone: ShipAPI)

Properties

Link copied to clipboard
val controller: PIDController