Skip to content

Commit

Permalink
MAVLink:Add Plane AUTOLAND mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Dec 31, 2024
1 parent e6bfc67 commit 0f0f3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ExtLibs/Mavlink/Mavlink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,9 @@ public enum PLANE_MODE: int /*default*/
///<summary> LOITER2QLAND | </summary>
[Description("LOITER2QLAND")]
LOITER_ALT_QLAND=25,

///<summary> AUTOLAND | </summary>
[Description("AUTOLAND")]
AUTOLAND=26,
};

///<summary> A mapping of copter flight modes for custom_mode field of heartbeat. </summary>
Expand Down
1 change: 1 addition & 0 deletions ExtLibs/Mavlink/mavlink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ local enumEntryName = {
[23] = "PLANE_MODE_QACRO",
[24] = "PLANE_MODE_THERMAL",
[25] = "PLANE_MODE_LOITER_ALT_QLAND",
[26] = "PLANE_MODE_AUTOLAND",
},
["COPTER_MODE"] = {
[0] = "COPTER_MODE_STABILIZE",
Expand Down

0 comments on commit 0f0f3c6

Please sign in to comment.