In case,
When OAC is enabled with path planning algorithms. (level 2/3) The user want to change the waypoint half way or add follow up waypoints. We will need a local mission queue to hold the user mission waypoints. Because the FCU only have one mission queue. And it will be populated by path planning algorithm's path result.
DRONEOA Merge Request Submission Checklist
NOTE: DO NOT EDIT TEXT BELOW BEFORE CREATING YOUR MERGE REQUEST!
-
I have ensured my commit message includes explanation and description of the fix/change -
I have updated any documentation related to any changes in this request. (e.g. wiki page, Doxygen comments) -
If the change crosses multiple repos, the link is provided and both requests need to be approved before merge. -
I have built and tested this change locally. -
I have ensured that no copyright resources are used without reference. (Depends on resource policy) -
I have ensured that the merge request is correctly labeled -
I will squash commits on merge -
I will change labels for both Issue(s) and merge request(s) to MERGED after merge