drawer / Software
PIDA feedback control loop (Proportional-Integral-Derivative) that drives a mechanism to a target by reacting to error.
also calledClosed-loop controlPID loop
where you actually meet PID
PID is how an arm holds a position instead of slamming into a hard stop. You meet it the first time a mechanism overshoots, oscillates, or sags under gravity — and then you meet the tuning process, which is a methodical loop of raising kP until it oscillates, adding kD to damp that out, and using kI sparingly, if at all.
Free and structured, and none of them need an account to read.
3lessons
the jargon travels in packs
Software
Control that predicts the output needed (e.g., to overcome gravity or reach a velocity) and is combined with PID for accuracy.
read the entrySensors & Controls
A sensor that measures rotation/position of a shaft, essential for closed-loop control and odometry.
read the entrySoftware
WPILib's recommended structure that organizes robot code into Subsystems and Commands for clean, reusable behavior.
read the entrySoftware
A trajectory-optimization tool that generates time-optimal autonomous paths, often paired with WPILib.
read the entryPID Controller is one of 70 entries in the catalogue. The guides are where these words get used in order, instead of one at a time.