ardupilot/libraries/AP_Scripting/applets
Andrew Tridgell bda280bcf1 AP_Scripting: cope better with high P gains in quicktune
if we lower the D gain, then lower P and I by the same ratio before we
start on the P gain

Also added parameters to disable filter changes and control PI ratios
2022-05-21 13:20:27 +10:00
..
Gimbal_Camera_Mode.lua
Gimbal_Camera_Mode.md
Heli_IM_COL_Tune.lua
Heli_IM_Col_Tune.md
MissionSelector.lua
MissionSelector.md
ONVIF_Camera_Control.lua
ONVIF_Camera_Control.md
README.md
SmartAudio.lua
SmartAudio.md
VTOL-quicktune.lua AP_Scripting: cope better with high P gains in quicktune 2022-05-21 13:20:27 +10:00
VTOL-quicktune.md AP_Scripting: cope better with high P gains in quicktune 2022-05-21 13:20:27 +10:00
forward_flight_motor_shutdown.lua
forward_flight_motor_shutdown.md AP_Scripting: applets: add forward flight motor shutdown readme 2022-03-08 14:30:48 -08:00
motor_failure_test.lua
motor_failure_test.md

README.md

LUA Applets

Unlike the code in the examples directory, these are complete applets that required no user editing of the file for use. Each one has an .md file describing its operation and any switches or parameters in ArduPilot that are required for operation. The user only has to copy the applet to APM/scripts directory on their SD card, in order to install. Of course, scripting must be enabled via SCR_ENABLE =1 and the autopilot be capable of running scripts. See the Wiki for Lua Scripting under Advanced Configuration.

Each will have a Wiki entry mirroring the .md file'd contents with a link back to this directory.