core / com.acmerobotics.roadrunner.control

Package com.acmerobotics.roadrunner.control

Controllers for generic control tasks including tracking motion profiles (not limited to 2D paths or trajectories).

Types

PIDCoefficients

Proportional, integral, and derivative (PID) gains used by PIDFController.

data class PIDCoefficients

PIDFController

PID controller with various feedforward components.

class PIDFController