1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-22 06:01:23 +00:00
This commit is contained in:
bpmcgeeney
2021-09-17 14:50:16 -07:00
parent 67917edb90
commit 9f48608518
3 changed files with 17 additions and 5 deletions

View File

@@ -20,6 +20,9 @@ struct Vehicle {
double burntime;
double burnVelocity;
double thrust, burnElapsed, burnStart;
bool thrustFiring = false;
;
double LQRx, LQRy, Fx, Fy, Fz;
double momentX, momentY, momentZ;