forked from mavlink/mavlink
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pymavlink: reference new upstream master
- Loading branch information
1 parent
20943b3
commit a0b236b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pymavlink
updated
33 files
+35 −0 | .github/workflows/pylint.yml | |
+8 −0 | .pylintrc | |
+37 −20 | DFReader.py | |
+3 −1 | README.md | |
+1 −1 | __init__.py | |
+1 −0 | examples/README.md | |
+128 −0 | examples/combine_logs.py | |
+280 −0 | examples/mavftp_example.py | |
+53 −0 | examples/rewrite_log.py | |
+394 −0 | examples/status_msg.py | |
+0 −2 | generator/C/include_v0.9/mavlink_helpers.h | |
+15 −9 | generator/C/include_v2.0/mavlink_helpers.h | |
+76 −15 | generator/mavgen_lua.py | |
+39 −4 | generator/mavgen_wlua.py | |
+7 −4 | generator/mavparse.py | |
+10 −0 | generator/mavschema.xsd | |
+22 −2 | mavexpression.py | |
+2 −2 | mavextra.py | |
+1,666 −0 | mavftp.py | |
+100 −0 | mavftp_op.py | |
+192 −0 | mavftpfs.py | |
+142 −13 | mavutil.py | |
+1 −28 | mavwp.py | |
+1 −0 | requirements.txt | |
+36 −0 | tests/snapshottests/__snapshots__/test_wlua.ambr | |
+2 −2 | tests/snapshottests/resources/common.xml | |
+ − | tests/snapshottests/resources/gps_raw_int.pcapng | |
+2 −0 | tests/snapshottests/test_wlua.py | |
+227 −0 | tests/test_mavftp.py | |
+2 −2 | tools/mavgen.py | |
+1 −1 | tools/mavlogdump.py | |
+5 −0 | tools/mavplayback.py | |
+25 −3 | tools/mavtogpx.py |