mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-08 08:53:56 -04:00
AP_Scripting: minor spelling fix
This commit is contained in:
parent
00d9bf4a3b
commit
1df029a679
@ -1,5 +1,5 @@
|
|||||||
These .lua definition for messages can be generated using pymavlink with the following command:
|
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)
|
(change the last path accordingly to place the files where you need them)
|
||||||
```
|
```
|
||||||
cd ardupilot/modules/mavlink
|
cd ardupilot/modules/mavlink
|
||||||
python ./pymavlink/tools/mavgen.py --lang Lua ./message_definitions/v1.0/all.xml --out ./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