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

fixed LQR

This commit is contained in:
bpmcgeeney
2021-09-12 14:18:22 -07:00
parent 90311ff17e
commit c6b1f0fc2c
14 changed files with 8786 additions and 4339 deletions

View File

@@ -21,7 +21,7 @@ struct sVars
double yawddotPrev, pitchddotPrev, rollddotPrev;
double m, m0, mp, mb, mdot;
double vehicleHeight, vehicleRadius;
double vehicleHeight, vehicleRadius, momentArm;
double tb;
double vb;