AbsolutePosition

data class AbsolutePosition(val setpoint: Angle) : NextMotor.ControlType

Continuous closed-loop absolute position tracking using PID and feedforward. Takes the shortest path to the angle regardless of current rotations.

Constructors

Link copied to clipboard
constructor(setpoint: Angle)

Properties

Link copied to clipboard