mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 01:48:29 -04:00
6 lines
311 B
Markdown
6 lines
311 B
Markdown
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
|
|
``` |