Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morekhov authored May 23, 2022
1 parent 1be6af5 commit db75f87
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# dji-msdk-uploader

Application for diagnostic DJI MSDK issues related to route uploading.


## Why this repository is exists?

From time to time, UgCS users encounter with the route uploading issues. This repository contains a simple applicatsion that deserialize [WaypointV2Mission]([url](https://developer.dji.com/api-reference/android-api/Components/Missions/DJIWaypointV2Mission.html?search=waypointv2mission&i=0&) from .json file, and uploads the mission to the drone. The goal of this application is to explain the issue to the DJI Support team as fast as possible so thay can help us find a solution.

## How does this work?

1. When a mission uploading fails, UgCS for DJI serialize the mission to a .json file.
2. We reproduce the issue with the dji-msdk-uploader to make sure that the issue is not in the UgCS for DJI.
3. We create a separate branch with the .json file that contains a mission causing the issue.
4. We send request to DJI MSDK Support team, attaching the link to the branch.
5. Now DJI Support team can reproduce the issue with the debugger attached, ensure that the issue not in the our application, and advice us how to resolve the issue.

0 comments on commit db75f87

Please sign in to comment.