mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-22 06:01:23 +00:00
Cleaned up PID
This commit is contained in:
@@ -34,7 +34,7 @@ struct Vehicle {
|
||||
double Kp, Ki, Kd;
|
||||
double yError, yPrevError;
|
||||
double pError, pPrevError;
|
||||
double y_pidRefeed, p_pidRefeed, i_yError, i_pError = 0;
|
||||
double i_yError, i_pError = 0;
|
||||
|
||||
double simTime;
|
||||
int stepSize;
|
||||
|
Reference in New Issue
Block a user