Skip to content

Commit

Permalink
AP_Scripting: raise max FLTE for yaw to 8
Browse files Browse the repository at this point in the history
better yaw for many vehicles
  • Loading branch information
tridge committed Sep 10, 2023
1 parent 94201f1 commit d9bbf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/applets/VTOL-quicktune.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ local UPDATE_RATE_HZ = 40
local STAGE_DELAY = 4.0
local PILOT_INPUT_DELAY = 4.0

local YAW_FLTE_MAX = 2.0
local YAW_FLTE_MAX = 8.0
local FLTD_MUL = 0.5
local FLTT_MUL = 0.5

Expand Down

0 comments on commit d9bbf77

Please sign in to comment.