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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user