issues
search
svanacker
/
cen-electronic
Cybernétique en Nord - Electronic sources
MIT License
5
stars
7
forks
source link
Remote or parametrized all Constants in pid.h
#76
Closed
svanacker
closed
6 years ago
svanacker
commented
9 years ago
define A_FACTOR 0.1f
/**
The factor for improving speed. */
define SPEED_FACTOR 10.0f
/**
Defines the error for which we apply strong PID and not normal PID. */
define ERROR_FOR_STRONG_PID 20
/**
Defines the number of pid interrupt after the end (t3) to apply strong PID. */
define TIME_PERIOD_AFTER_END_FOR_STRONG_PID 40
...
svanacker
commented
6 years ago
Done in 2018 Refactor of PID
define A_FACTOR 0.1f
/**
define SPEED_FACTOR 10.0f
/**
define ERROR_FOR_STRONG_PID 20
/**
define TIME_PERIOD_AFTER_END_FOR_STRONG_PID 40
...