Package-level declarations

Types

Link copied to clipboard
open class ArmController : PIDF
A composite PID and Feedforward controller that represents an arm suspended at an angle from gravity.
Link copied to clipboard
class Mathf
Extended math utility functions.
Link copied to clipboard
Proportional Integral Derivative Feedforward system controller.
Link copied to clipboard
open class PIDFFController : PIDF
A composite controller to use for PID+FF controls (with kV/kA calculated components).
Link copied to clipboard
Marker interface that represents a control algorithm (PID, feedforward, etc).
Link copied to clipboard
open class TelemetryMenu
Utility for creating interactive menus through Telemetry.
Link copied to clipboard
open class TrapezoidProfile
A trapezoid-shaped velocity profile.