ardupilot/libraries/AP_Scripting/modules/MAVLink
Thomas Watson 87d2b017aa AP_Scripting: add mavport module
Abstracts the MAVLink SERIAL_CONTROL message to be usable as a Lua port,
in particular the DEV_SHELL device supported by QGroundControl's MAVLink
Console.
2024-08-06 09:08:04 +10:00
..
mavlink_msg_COMMAND_ACK.lua
mavlink_msg_COMMAND_LONG.lua
mavlink_msg_SERIAL_CONTROL.lua AP_Scripting: add mavport module 2024-08-06 09:08:04 +10:00
mavlink_msgs.lua
Readme.md

These .lua definition for messages can be generated using pymavlink with the following command: (change the last path acoordingly to place the files where you need them)

cd ardupilot/modules/mavlink
python ./pymavlink/tools/mavgen.py --lang Lua ./message_definitions/v1.0/all.xml --out ./modules/MAVLink