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

started debugging

This commit is contained in:
bpmcgeeney
2021-10-11 11:30:51 -07:00
parent 1b13a88c7d
commit 591ddc77e4
6 changed files with 59 additions and 33 deletions

View File

@@ -75,6 +75,9 @@ int main() {
State.burnElapsed = 2000; // [s]
PrevState.thrust = 0; // [N]
PrevState = State;
std::cout << "START\n";
bool outcome = sim(State, PrevState);
std::cout << "Finished\n";