Skip to content

Commit

Permalink
Remove unused fligth mode mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
agising committed Sep 7, 2024
1 parent 18e0003 commit 54c7bdb
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions libraries/AP_Scripting/examples/glide_into_wind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,8 @@ local _INFO = 6
local _WARNING = 4

-- Plane flight modes mapping
local mode_MANUAL = 0
local mode_CIRCLE = 1
local mode_STABILIZE = 2
local mode_FBWA = 5
local mode_FBWB = 6
local mode_AUTO = 10
local mode_RTL = 11
local mode_LOITER = 12
local mode_TAKEOFF = 13
local mode_GUIDED = 15


-- Tunes
local _tune_glide_warn = "MFT240 L16 cdefgfgfgfg" -- The warning tone played during GLIDE_WIND
Expand Down

0 comments on commit 54c7bdb

Please sign in to comment.