-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove need for restart after mission upload #60
Conversation
51efdfe
to
7dc7db2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not finished the review, but post some initial things now, and will continue after the weekend.
8e083be
to
c873896
Compare
0d64612
to
17837c4
Compare
The filename from the previous mission would stay after downloading a new mission from kyte backend
If not, the mission name is still displayed in indicator bar after clearing missin
Avoids cannot read property coordinate and property type of unedfined when clearing delivery point
Displaying mission sync status in maintoolbar instead of PlanToolBarIndicators has two advantages. 1. We want to see the mission sync status at all times, such as in the fly view, not just when the plan view is open. This is the main reasson. 2. This makes it fill the entire window. Currently, the plantoolbar fills ~60% of the screen width, which is missleading for a loading bar
If mission, rally point or geofence upload to drone fails, we dont want to allow arming.
Arming while still syncing mission to drone can lead to unexpected mission on drone while flying. Check for synInProgress before error in MainStatusIndicator to not display "Error" status when syncing mission plan.
17837c4
to
fe36b82
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good, but we need a design decision on the last commit before merge.
This is done as we never want the mission from the drone to overwrite the mission in plan view. Removing the popup removes one action for the pilot, which is nice.
fe36b82
to
621b4ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, given that OPS agree
This PR adds multiple features to prevent us from flying with unexpected mission/rallypoint/geofence:
Also some minor fixes: