Skip to content

Commit

Permalink
AP_Scripting: add Readme.md for explaining how to generate message de…
Browse files Browse the repository at this point in the history
…finitions
  • Loading branch information
Williangalvani committed Jul 20, 2024
1 parent 19aed9c commit 61d35fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/AP_Scripting/modules/MAVLink/Readme.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 61d35fb

Please sign in to comment.