mirror of https://github.com/ArduPilot/ardupilot
AP_Scripting: add note about generating code for extension fields
This commit is contained in:
parent
52c94e2a5b
commit
616d74f1b0
|
@ -3,4 +3,6 @@ These .lua definition for messages can be generated using pymavlink with the fol
|
|||
```
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue