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 bug
When scheduling a custom mission, if we attempt to schedule it in an area the requested robot is not in, it will state that it failed and instead return a 200 code, with a mission run with a null area.
To Reproduce
POST a custom mission in an area with no robots
Expected behavior
This should return a 400 error stating that there are no robots in the area (even if there are robots there and they just don't have access, since we would otherwise be giving them information they do not have access to ie. that there are robots there)
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
When scheduling a custom mission, if we attempt to schedule it in an area the requested robot is not in, it will state that it failed and instead return a 200 code, with a mission run with a null area.
To Reproduce
POST a custom mission in an area with no robots
Expected behavior
This should return a 400 error stating that there are no robots in the area (even if there are robots there and they just don't have access, since we would otherwise be giving them information they do not have access to ie. that there are robots there)
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: