...
From the repository root, try running python -m modules.bootcamp.tests.run_decision_waypoint_landing_padpads
. You will notice that the simulator starts but doesn’t do anything before exiting. This is because of the raised NotImplementedError
exception.
...