MasterFOC 0.0.1
|
PID parameter structure. More...
#include <control.h>
Data Fields | |
float | kp |
float | ki |
float | kd |
float | target |
float | err |
float | err_pre |
float | err_sum |
PID parameter structure.
pid parameters and target, error, previous error, and sum of error
float err_sum |