mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-07-23 14:41:25 +00:00
removed a few redundant definitions
This commit is contained in:
@@ -18,10 +18,6 @@ double const g = -9.81;
|
||||
|
||||
bool sim(struct Vehicle &State, struct Vehicle &PrevState) {
|
||||
|
||||
// defining a few random values here cause I'm lazy
|
||||
State.burnElapsed = 2000;
|
||||
State.mass = State.massInitial;
|
||||
PrevState.thrust = 0.0;
|
||||
outVector stateVector;
|
||||
|
||||
// Determine when to burn
|
||||
|
Reference in New Issue
Block a user