You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the improvement you would like to see
Currently a lot of cleanup from previous missions are performed in initialize of the next mission. Suggest creating a mission_complete state after completion of missions, that has responsibility for cleaning up before returning to idle.
This state would be quite similar to initialize but with focus on cleanup after missions instead of preparation at the beginning of a mission.
How will this change existing functionality?
More intuitive behavior of functions. Increased readability
How will this improvement affect the current Threat Model?
The text was updated successfully, but these errors were encountered:
Describe the improvement you would like to see
Currently a lot of cleanup from previous missions are performed in initialize of the next mission. Suggest creating a mission_complete state after completion of missions, that has responsibility for cleaning up before returning to idle.
This state would be quite similar to initialize but with focus on cleanup after missions instead of preparation at the beginning of a mission.
How will this change existing functionality?
More intuitive behavior of functions. Increased readability
How will this improvement affect the current Threat Model?
The text was updated successfully, but these errors were encountered: