New copter indoor flight mode

You could create a new flight mode in LUA and give it whatever charactistics you want. …

https://ardupilot.org/copter/docs/common-lua-scripts.html

Controlling a plane using LUA [ also has copter tips ]

https://ardupilot.org/plane/docs/common-scripting-aerobatics.html

you should absolutely test/develop this in SITL first. crashing a ‘sitl’ copter costs nothing. :slight_smile:

lots of example lua code to copy and reuse bits from… the ‘examples’ folder contains undocumented ‘simpler’ stuff that’s main goal is to use/test/try a specific binding…

the ‘applets’ folder has documented scripts that try to solve a specific problem, and are thus oftem more ‘complete’ …

1 Like