forked from mavlink/mavlink
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71af5c4
commit 31593dd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pymavlink
updated
18 files
+1 −1 | .github/workflows/test.yml | |
+3 −0 | DFReader.py | |
+1 −1 | __init__.py | |
+14 −4 | generator/mavgen_java.py | |
+69 −18 | generator/mavgen_wlua.py | |
+5 −2 | generator/mavschema.xsd | |
+30 −14 | mavextra.py | |
+20 −11 | mavparm.py | |
+63 −55 | mavutil.py | |
+217 −72 | tests/snapshottests/__snapshots__/test_wlua.ambr | |
+ − | tests/snapshottests/resources/autopilot_version.pcapng | |
+ − | tests/snapshottests/resources/gps_global_origin.pcapng | |
+ − | tests/snapshottests/resources/mission_item_int.pcapng | |
+6 −0 | tests/snapshottests/test_wlua.py | |
+4 −1 | tools/mavgen.py | |
+3 −3 | tools/mavplayback.py | |
+4 −1 | tools/mavsplit_sysid.py | |
+17 −2 | tools/sertotcp.py |