ardupilot/libraries/AP_Scripting/modules/MAVLink/Readme.md
2024-09-04 08:37:08 +09:00

9 lines
389 B
Markdown

These .lua definition for messages can be generated using pymavlink with the following command:
(change the last path accordingly 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
```
Add `--wire-protocol 2.0` to include extension fields in the generated code