mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-20 23:58:43 -04:00
ded8d2a4b4
This script implements a easy parameter reversion system to help with manual in-flight tuning. It allows you to do a wide range of manual tuning while flying and if you get in trouble (eg. an oscillation) then you can use a switch to instantly revert all the parameter changes to the values from startup. |
||
---|---|---|
.. | ||
Aerobatics/FixedWing | ||
copter-deadreckon-home.lua | ||
copter-deadreckon-home.md | ||
forward_flight_motor_shutdown.lua | ||
forward_flight_motor_shutdown.md | ||
Gimbal_Camera_Mode.lua | ||
Gimbal_Camera_Mode.md | ||
Heli_IM_COL_Tune.lua | ||
Heli_IM_Col_Tune.md | ||
Hexsoon LEDs.lua | ||
Hexsoon LEDs.md | ||
MissionSelector.lua | ||
MissionSelector.md | ||
motor_failure_test.lua | ||
motor_failure_test.md | ||
mount-poi.lua | ||
mount-poi.md | ||
ONVIF_Camera_Control.lua | ||
ONVIF_Camera_Control.md | ||
plane_package_place.lua | ||
plane_package_place.md | ||
plane_ship_landing.lua | ||
QuadPlane_Low_Alt_FW_mode_prevention.lua | ||
QuadPlane_Low_Alt_FW_mode_prevention.md | ||
README.md | ||
revert_param.lua | ||
revert_param.md | ||
RockBlock.lua | ||
RockBlock.md | ||
runcam_on_arm.lua | ||
runcam_on_arm.md | ||
Script_Controller.lua | ||
Script_Controller.md | ||
SmartAudio.lua | ||
SmartAudio.md | ||
VTOL-quicktune.lua | ||
VTOL-quicktune.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.