1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-22 06:01:23 +00:00

changed all LQR references to PID

This commit is contained in:
2021-10-14 18:02:01 -07:00
parent ee9fa3a3d1
commit a452b30fae
5 changed files with 33 additions and 93 deletions

View File

@@ -22,7 +22,7 @@ struct Vehicle {
double thrust, burnElapsed, burnStart;
bool thrustFiring = false;
double LQRx, LQRy, Fx, Fy, Fz;
double PIDx, PIDy, Fx, Fy, Fz;
double momentX, momentY, momentZ;
double I11, I22, I33;