mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 00:48:30 -04:00
87d2b017aa
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. |
||
---|---|---|
.. | ||
mavlink_msg_COMMAND_ACK.lua | ||
mavlink_msg_COMMAND_LONG.lua | ||
mavlink_msg_SERIAL_CONTROL.lua | ||
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