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 the enum MissionRunPriority is used as a way to both filter which missions in the queue should be prioritized and the kind of mission they are. Instead, the enum should be changed to MissionRunType since this is a more accurate definition for the missions.
How will this change existing functionality?
This will make it easier to avoid scenarios where the return to home mission is triggered, for example. We can check that if the mission run was a move robot arm (which is a mission with no tasks other than move the robot arm), the return to home mission shouldn't be triggered.
How will this improvement affect the current Threat Model?
Leave blank for maintainers to fill out if you are uncertain about this.
The text was updated successfully, but these errors were encountered:
Describe the improvement you would like to see
Currently the enum MissionRunPriority is used as a way to both filter which missions in the queue should be prioritized and the kind of mission they are. Instead, the enum should be changed to MissionRunType since this is a more accurate definition for the missions.
Mission types should be:
How will this change existing functionality?
This will make it easier to avoid scenarios where the return to home mission is triggered, for example. We can check that if the mission run was a move robot arm (which is a mission with no tasks other than move the robot arm), the return to home mission shouldn't be triggered.
How will this improvement affect the current Threat Model?
Leave blank for maintainers to fill out if you are uncertain about this.
The text was updated successfully, but these errors were encountered: