tune_pid
Apply new PID gains to a controller node with safety validation. Rejects negative gains before hardware contact and returns control-theory-based tuning guidance.
Instructions
Apply new PID gains to a controller node with safety bounds validation. Gains are validated BEFORE reaching hardware — negative gains are rejected. Returns tuning guidance based on control theory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kd | No | New derivative gain (must be >= 0) | |
| ki | No | New integral gain (must be >= 0) | |
| kp | No | New proportional gain (must be >= 0) | |
| kd_param | No | kd | |
| ki_param | No | ki | |
| kp_param | No | kp | |
| node_name | Yes |