From 4202ded7701458a9b3d1027ee3be7ed4a5aa1216 Mon Sep 17 00:00:00 2001 From: Phillweston <2436559745@qq.com> Date: Tue, 18 Jan 2022 14:00:35 +0800 Subject: [PATCH 1/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0c9af0b..59e242ff 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ and supports Android 5.1 and newer, with DJI SDK 4.15.2 and Androidx lib. ## The project works with QGroundcontrol, goto and joystic is implemented +### Work Progress + +- [ ] Change map from GoogleMap to GaodeMap. +- [ ] Add opencv feature detection. +- [ ] Add custom feature for precision landing. + ### **Please create issues and create PR on this fork.** ![Image of Opening screen](images/IMG_4176.png) From 878e7d735db5596303d999d391fa1881ef6cbfe0 Mon Sep 17 00:00:00 2001 From: Phillweston <2436559745@qq.com> Date: Thu, 20 Jan 2022 21:08:35 +0800 Subject: [PATCH 2/4] Update android-ci.yml --- .github/workflows/android-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 66f89744..bda75bc0 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -5,12 +5,14 @@ on: branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing pull_request: branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing jobs: build: From 9b81155cff9ca35c105b2ba254ddf803f444d6b2 Mon Sep 17 00:00:00 2001 From: Phillweston <2436559745@qq.com> Date: Thu, 20 Jan 2022 21:09:12 +0800 Subject: [PATCH 3/4] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6d424f7b..f4eee884 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,13 +16,15 @@ on: branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing pull_request: # The branches below must be a subset of the branches above branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing schedule: - cron: '15 13 * * 5' From ac143b92a5cc5660cafffe2c619d1fb442f7d702 Mon Sep 17 00:00:00 2001 From: Phillweston <2436559745@qq.com> Date: Thu, 20 Jan 2022 21:09:39 +0800 Subject: [PATCH 4/4] Update super-linter.yml --- .github/workflows/super-linter.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 907b0b2d..461013f8 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -11,12 +11,14 @@ on: branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing pull_request: branches: - master - work - - add-feature + - AddGaode + - OpenCV-Landing jobs: run-lint: runs-on: ubuntu-latest