地面站终端 App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.2 KiB

User Guide and DevGuide source migration to Stable v4_3 (#10882) * User guide migration to QGC source * Add google analytics - but need [GA4] Find your Google tag ID * Update (most) notes to use vitepress note syntax * Convert remaining notes, tips, warnings * Prettier all the files * Lower case and compress all images * Lower case filenames * docs_deploy1 * Disable platform builds on commit to docs (only) * Test deployment script 1 (#10893) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Add docs stablev4 3 (#10894) * docs_deploy1 * Disable platform builds on commit to docs (only) * docs_deploy2 * lower case waypoint file * Lower case console.jpg * Add duplicate index as fallback * Get path from process * fix upload * Disable running workflows for changes in the actions * Attempt update via github workflow * Attempt workflow update * A bit more deployment debugging * MOdify yaml to use personal access token * Lower case the support.md * Fix up pattern * Add UI design - ignored by github * Fix up plugins name * Fix up toolbar * Fix up the Support path * Fix up support link to go to the NEW target * Only build this on commit * Remove unused files
1 year ago
# Resume Mission Failures
The process of resuming a mission after a battery swap is a fairly complex process within QGC.
The two main areas that are most problematic are:
- The _Resume Mission_ dialog doesn't display when it should and you are just left with a Start Mission slider.
- The new mission generated from _Resume Mission_ is not quite correct with respect to recreation of waypoints and/or camera commands.
::: warning
In order for the _QGroundControl_ development team to debug these issues the following information **must be supplied** in any github issue entered against _Resume Mission_.
:::
## Common Steps for Resume Mission Dialog/Generation {#common_steps}
The following steps are required for debugging both types of problems:
1. Restart QGC
1. Turn on [console logging](../settings_view/console_logging.md) with the log option: `GuidedActionsControllerLog`.
1. Enable [telemetry logging](../settings_view/general.md#miscellaneous) (**Settings > General**).
1. Start the mission.
1. Fly till you need a battery swap.
::: tip
Alternatively you can attempt to reproduce the problem by manually RTL from the middle of the middle of the mission (though this may not always reproduce the problem).
:::
1. Once the vehicle lands and disarms you should get the _Resume Mission_ dialog.
::: info
If not there is a possible bug in QGC.
:::
### Resume Mission Dialog Problems
For _Resume Mission Dialog_ problems follow the [common steps above](#common_steps), and then:
7. Save the _Console Log_ to a file.
1. Place the _Console Log_, _Telemetry Log_ and _Plan File_ someplace which you can link to in the issue.
1. Create the issue with details and links to all three files.
## Resume Mission Generation Problems
For _Resume Mission Generation_ problems follow the [common steps above](#common_steps), and then:
7. Click **Resume Mission**.
1. The new mission should be generated.
1. Go to [Plan View](../plan_view/plan_view.md).
1. Select **Download** from the _File/Sync_ menu.
1. Save the _Modified Plan_ to a file.
1. Save the _Console Log_ to a file.
1. Place the _Console Log_, _Telemetry Log_, _Original Plan_ file and _Modified Plan_ file someplace which you can link to in the issue.
1. Create the issue with details and links to all four files.