AP_Scripting: add Readme.md for generating message definitions

This commit is contained in:
Willian Galvani 2024-07-20 16:41:48 -03:00 committed by Peter Hall
parent 9c1fe4e1c9
commit aca9940534

View File

@ -0,0 +1,6 @@
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
```