Skip to content

Commit

Permalink
Mode:add Plane AUTOLAND mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg authored and peterbarker committed Dec 31, 2024
1 parent c06935e commit 9fddc85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ The JSON file is a dictionary that maps vehicle [`MAV_TYPE`](https://mavlink.io/
"22": "QAUTOTUNE",
"23": "QACRO",
"24": "THERMAL"
"25": "LOITERALTQLAND",
"26": "AUTOLAND",
}
}
```
Expand Down
1 change: 1 addition & 0 deletions mavutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -2148,6 +2148,7 @@ def mode_string_v09(msg):
23 : 'QACRO',
24 : 'THERMAL',
25 : 'LOITERALTQLAND',
26 : 'AUTOLAND',
}

mode_mapping_acm = {
Expand Down

0 comments on commit 9fddc85

Please sign in to comment.