Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flight plan error message wording #2222

Closed
eggrobin opened this issue Jun 26, 2019 · 2 comments · Fixed by #2223
Closed

Flight plan error message wording #2222

eggrobin opened this issue Jun 26, 2019 · 2 comments · Fixed by #2223
Assignees
Labels

Comments

@eggrobin
Copy link
Member

On a flight plan with no manœuvres, it is possible to get flight plan final time overlaps the last manœuvre. This is obviously incorrect.

} else {
status_message = "flight plan final time overlaps the last " +
"manœuvre";
remedy_message = "increasing the flight plan duration";
}

@pleroy
Copy link
Member

pleroy commented Jun 28, 2019

Part of the problem is that when an error message is displayed, and the flight plan is destroyed and recreated, the error message persists.

@pleroy
Copy link
Member

pleroy commented Jun 28, 2019

Also, we run into trouble when the flight plan is shorter than 60 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants