set_pid
Set fixed-wing PID gains for one axis (roll, pitch, or yaw) on iNAV flight controllers. Adjust P, I, D, or feed-forward values individually; dry-run by default, confirm to save and reboot.
Instructions
Set fixed-wing PID gains for ONE axis (atomic CLI write).
Changes only the terms you pass. Dry-run by default.
Args: axis: roll | pitch | yaw. p, i, d, ff: Gains for fw_p_ / fw_i_ / fw_d_ / fw_ff_. confirm: True to apply (save+reboot). Dry-run otherwise.
⚠ PID changes alter flight behaviour — change gradually and test carefully. Gates: connected, not armed, auto-backup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| d | No | ||
| i | No | ||
| p | No | ||
| ff | No | ||
| axis | Yes | ||
| confirm | No |