lua/applets/ Ready-to-use scripts - drop onto SD card and fly lua/drivers/ Hardware drivers for peripherals not in the firmware lua/tools/ Utility scripts (monitoring, logging, etc.) ...
Ardupilot and Lua Did You Know? Lua scripting in ArduPilot is a game-changer for the extensibility of the platform; it provides dynamic scripting capabilities directly on the flight controller ...
Lua Programming for Ardupilot 🚁 Meetup: Programming Drones with Lua & ArduPilot Curious about extending your drone’s capabilities with scripting? Join us for a hands-on meetup exploring Lua ...
IDLE_GAIN_I = bind_add_param('GAIN_I', 1, 0.05) IDLE_GAIN_P = bind_add_param('GAIN_P', 2, 0.25) IDLE_GAIN_MAX = bind_add_param('GAIN_MAX', 3, 1) IDLE_MAX = bind_add ...