Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xdu-aero-association/rosettadrone…
Browse files Browse the repository at this point in the history
… into master
  • Loading branch information
Phillweston committed May 26, 2022
2 parents ec22186 + ac143b9 commit f004830
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

## IMPORTANT: Install `git lfs`
Expand Down

0 comments on commit f004830

Please sign in to comment.