Struct SYN_AutoTune_Result¶
ClassList > SYN_AutoTune_Result
Auto-tune results (valid when state == DONE).
#include <syn_autotune.h>
Public Attributes¶
| Type | Name |
|---|---|
| int32_t | Ku |
| uint32_t | Tu_ms |
| int32_t | ff_ka |
| int32_t | ff_kv |
| uint8_t | ff_scale |
| int32_t | kd |
| int32_t | ki |
| int32_t | kp |
| uint8_t | pid_scale |
| int32_t | steady_velocity_1 |
| int32_t | steady_velocity_2 |
Public Attributes Documentation¶
variable Ku¶
Ultimate gain (scaled by pid_scale)
variable Tu_ms¶
Ultimate period (ms)
variable ff_ka¶
Computed inertia feedforward gain
variable ff_kv¶
Computed velocity feedforward gain
variable ff_scale¶
Feedforward scale (same as ctrl cfg)
variable kd¶
Computed derivative gain
variable ki¶
Computed integral gain
variable kp¶
Computed proportional gain
variable pid_scale¶
PID gain scale
variable steady_velocity_1¶
Measured velocity at point 1
variable steady_velocity_2¶
Measured velocity at point 2
The documentation for this class was generated from the following file src/syntropic/control/syn_autotune.h