Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.61 KB

File metadata and controls

15 lines (8 loc) · 1.61 KB

PIDF

PIDF Configuration

The PIDF configurations map 1:1 with PIDFConfig which stores information regarding the PID or PIDF configurations for the robot, such as module velocity & position, and robot heading. Not every parameter is used on every PIDF configuration. For example heading only takes into account the PID.

Fields

A 0 in any place basically disables that portion of the PIDF.

NameUnitsRequiredDescription
pkP GainYProportional Gain for the PID.
ikI GainYIntegral Gain for the PID.
dkD GainYDerivative Gain for the PID.
fNumberNFeedforward for the PID.
izNumberNIntegral zone for the integrator of the PID.
outputRangeNThe output range for the PID.

Range

NameUnitsRequiredDescription
minNumberNThe minimum value in the PID range. Defaults to -1.
maxNumberNThe maximum value in the PID range. Defaults to 1.