-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Plan Mode: Improve UI of Plan Creator and Corridor Scan #12901
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
base: master
Are you sure you want to change the base?
Conversation
f85d26d
to
a827e80
Compare
When creating a Survey/Scan mision with the plan creator, the complex mission item will be auto-selected, since most of the time it's the highest priority item.
On paths with a single lane, a double-press of the button was required to invert the scan's direction along the path.
a827e80
to
bde380e
Compare
So I like the fix for 2. But I don't like the change for 1:
This could theoretically be cleaned up for say multi-rotor and ardupilot and a known home position but that's all to complicated to deal with. |
Dunno, the way I see it is that it makes planning of already connected multicopters quicker, since the takeoff item is auto-set and one doesn't need to touch it. While in any other mode it also doesn't have a negative impact, since one would have to set either item anyway, and the order in which they do doesn't impact the time spent. |
It's not though. You still need to click "Done" on the Takeoff item. |
Odd. |
Hmm
Let me check again. I may have created the plan with SITL before the home position became available. |
Yeah, that was it. You still run into the problem if you are planning offline though. Because then you need to set the takeoff item position. The better way to make this work for complex items is to walk the list after everything is set up and fine the first "not done" item and select that. Instead of hardcoding to the polygon. That will work in all cases. |
True, that would be even better 👌🏻 I did all of this for an internship that has since finished, there is a possibility that I will be employed longer-term in the near future and can improve this further. |
Description
Test Steps
Checklist:
Related Issue
None
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.