mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_Scripting: add Readme.md for generating message definitions
This commit is contained in:
parent
9c1fe4e1c9
commit
aca9940534
6
libraries/AP_Scripting/modules/MAVLink/Readme.md
Normal file
6
libraries/AP_Scripting/modules/MAVLink/Readme.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user