2.3 KiB
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
The following steps are required for debugging both types of problems:
-
Restart QGC
-
Turn on console logging with the log option:
GuidedActionsControllerLog
. -
Enable telemetry logging (Settings > General).
-
Start the mission.
-
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). :::
-
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, and then:
- Save the Console Log to a file.
- Place the Console Log, Telemetry Log and Plan File someplace which you can link to in the issue.
- 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, and then:
- Click Resume Mission.
- The new mission should be generated.
- Go to Plan View.
- Select Download from the File/Sync menu.
- Save the Modified Plan to a file.
- Save the Console Log to a file.
- Place the Console Log, Telemetry Log, Original Plan file and Modified Plan file someplace which you can link to in the issue.
- Create the issue with details and links to all four files.