Velocity

data class Velocity(val setpoint: AngularVelocity) : NextMotor.ControlType

Closed-loop velocity tracking using PID and feedforward.

Constructors

Link copied to clipboard
constructor(setpoint: AngularVelocity)

Properties

Link copied to clipboard