Skip to content

Commit

Permalink
AP_Scripting: add Readme.md for generating message definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani authored and IamPete1 committed Jul 20, 2024
1 parent 9c1fe4e commit aca9940
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 aca9940

Please sign in to comment.