-
Notifications
You must be signed in to change notification settings - Fork 555
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
Auto-insert RTL at end of 3D mapping mission #953
Comments
@arthurbenemann would it be appropriate to put this in A quick check to make sure no land or RTL is already in missionItems, then append an RTL. |
My only comment is that the moment someone comes up with a mission that doesn't want an RTL at the end, this feature will become a bug. |
Let's make the check on the upload event, and show a dialog to the user querying about start and finish of mission. |
How about creating a new section under settings, called "Mission Planning". |
Works for me. What's your opinion, Arthur? |
@Thalek I'm ready to merge the PR if someone writes it. |
Makes me wish my coding skills weren't so out of date. [wry smile] |
Done at #1142 |
If a circle mode 3D mapping mission is invoked, automatically add a RTL-equivalent waypoint after that returns to home and lands. (Right now I have to add that manually each time, which is a hassle)
The text was updated successfully, but these errors were encountered: