Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 10, 2020 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/8462efad8c85dc0b2693ccdf37aced35 to your computer and use it in GitHub Desktop.
Save r-ryantm/8462efad8c85dc0b2693ccdf37aced35 to your computer and use it in GitHub Desktop.
/nix/store/342f8157yh9smsygy63gzr4ny67m1a57-python3.7-pymavlink-2.4.12
├── bin
│   ├── magfit_delta.py
│   ├── magfit_gps.py
│   ├── magfit_motors.py
│   ├── magfit.py
│   ├── magfit_WMM.py
│   ├── mavextract.py
│   ├── mavfft_isb.py
│   ├── mavfft.py
│   ├── mavflightmodes.py
│   ├── mavflighttime.py
│   ├── mavgen.py
│   ├── mavgpslock.py
│   ├── mavgraph.py
│   ├── mavkml.py
│   ├── mavlink_bitmask_decoder.py
│   ├── mavlogdump.py
│   ├── mavloss.py
│   ├── mavmission.py
│   ├── mavparmdiff.py
│   ├── mavparms.py
│   ├── mavplayback.py
│   ├── mavsearch.py
│   ├── mavsigloss.py
│   ├── mavsummarize.py
│   ├── mavtogpx.py
│   ├── mavtomfile.py
│   └── MPU6KSearch.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── mavnative.cpython-37m-x86_64-linux-gnu.so
│   ├── pymavlink
│   │   ├── DFReader.py
│   │   ├── dialects
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── v10
│   │   │   │   ├── all.py
│   │   │   │   ├── all.xml
│   │   │   │   ├── ardupilotmega.py
│   │   │   │   ├── ardupilotmega.xml
│   │   │   │   ├── ASLUAV.py
│   │   │   │   ├── ASLUAV.xml
│   │   │   │   ├── autoquad.py
│   │   │   │   ├── autoquad.xml
│   │   │   │   ├── common.py
│   │   │   │   ├── common.xml
│   │   │   │   ├── icarous.py
│   │   │   │   ├── icarous.xml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── matrixpilot.py
│   │   │   │   ├── matrixpilot.xml
│   │   │   │   ├── minimal.py
│   │   │   │   ├── minimal.xml
│   │   │   │   ├── paparazzi.py
│   │   │   │   ├── paparazzi.xml
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── all.cpython-37.pyc
│   │   │   │   │   ├── ardupilotmega.cpython-37.pyc
│   │   │   │   │   ├── ASLUAV.cpython-37.pyc
│   │   │   │   │   ├── autoquad.cpython-37.pyc
│   │   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   │   ├── icarous.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── matrixpilot.cpython-37.pyc
│   │   │   │   │   ├── minimal.cpython-37.pyc
│   │   │   │   │   ├── paparazzi.cpython-37.pyc
│   │   │   │   │   ├── python_array_test.cpython-37.pyc
│   │   │   │   │   ├── slugs.cpython-37.pyc
│   │   │   │   │   ├── standard.cpython-37.pyc
│   │   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   │   ├── ualberta.cpython-37.pyc
│   │   │   │   │   └── uAvionix.cpython-37.pyc
│   │   │   │   ├── python_array_test.py
│   │   │   │   ├── python_array_test.xml
│   │   │   │   ├── slugs.py
│   │   │   │   ├── slugs.xml
│   │   │   │   ├── standard.py
│   │   │   │   ├── standard.xml
│   │   │   │   ├── test.py
│   │   │   │   ├── test.xml
│   │   │   │   ├── ualberta.py
│   │   │   │   ├── ualberta.xml
│   │   │   │   ├── uAvionix.py
│   │   │   │   └── uAvionix.xml
│   │   │   └── v20
│   │   │   ├── all.py
│   │   │   ├── all.xml
│   │   │   ├── ardupilotmega.py
│   │   │   ├── ardupilotmega.xml
│   │   │   ├── ASLUAV.py
│   │   │   ├── ASLUAV.xml
│   │   │   ├── autoquad.py
│   │   │   ├── autoquad.xml
│   │   │   ├── common.py
│   │   │   ├── common.xml
│   │   │   ├── icarous.py
│   │   │   ├── icarous.xml
│   │   │   ├── __init__.py
│   │   │   ├── matrixpilot.py
│   │   │   ├── matrixpilot.xml
│   │   │   ├── minimal.py
│   │   │   ├── minimal.xml
│   │   │   ├── paparazzi.py
│   │   │   ├── paparazzi.xml
│   │   │   ├── __pycache__
│   │   │   │   ├── all.cpython-37.pyc
│   │   │   │   ├── ardupilotmega.cpython-37.pyc
│   │   │   │   ├── ASLUAV.cpython-37.pyc
│   │   │   │   ├── autoquad.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── icarous.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── matrixpilot.cpython-37.pyc
│   │   │   │   ├── minimal.cpython-37.pyc
│   │   │   │   ├── paparazzi.cpython-37.pyc
│   │   │   │   ├── python_array_test.cpython-37.pyc
│   │   │   │   ├── slugs.cpython-37.pyc
│   │   │   │   ├── standard.cpython-37.pyc
│   │   │   │   ├── test.cpython-37.pyc
│   │   │   │   ├── ualberta.cpython-37.pyc
│   │   │   │   └── uAvionix.cpython-37.pyc
│   │   │   ├── python_array_test.py
│   │   │   ├── python_array_test.xml
│   │   │   ├── slugs.py
│   │   │   ├── slugs.xml
│   │   │   ├── standard.py
│   │   │   ├── standard.xml
│   │   │   ├── test.py
│   │   │   ├── test.xml
│   │   │   ├── ualberta.py
│   │   │   ├── ualberta.xml
│   │   │   ├── uAvionix.py
│   │   │   └── uAvionix.xml
│   │   ├── fgFDM.py
│   │   ├── generator
│   │   │   ├── C
│   │   │   │   ├── include_v1.0
│   │   │   │   │   ├── checksum.h
│   │   │   │   │   ├── mavlink_conversions.h
│   │   │   │   │   ├── mavlink_helpers.h
│   │   │   │   │   ├── mavlink_types.h
│   │   │   │   │   └── protocol.h
│   │   │   │   └── include_v2.0
│   │   │   │   ├── checksum.h
│   │   │   │   ├── mavlink_conversions.h
│   │   │   │   ├── mavlink_get_info.h
│   │   │   │   ├── mavlink_helpers.h
│   │   │   │   ├── mavlink_sha256.h
│   │   │   │   ├── mavlink_types.h
│   │   │   │   └── protocol.h
│   │   │   ├── CPP11
│   │   │   │   └── include_v2.0
│   │   │   │   ├── message.hpp
│   │   │   │   └── msgmap.hpp
│   │   │   ├── CS
│   │   │   │   └── common
│   │   │   │   ├── ByteArrayUtil.cs
│   │   │   │   ├── FrameworkBitConverter.cs
│   │   │   │   └── Mavlink.cs
│   │   │   ├── __init__.py
│   │   │   ├── java
│   │   │   │   └── lib
│   │   │   │   ├── Messages
│   │   │   │   │   ├── MAVLinkMessage.java
│   │   │   │   │   ├── MAVLinkPayload.java
│   │   │   │   │   └── MAVLinkStats.java
│   │   │   │   └── Parser.java
│   │   │   ├── mavcrc.py
│   │   │   ├── mavgen_cpp11.py
│   │   │   ├── mavgen_c.py
│   │   │   ├── mavgen_cs.py
│   │   │   ├── mavgen_java.py
│   │   │   ├── mavgen_javascript.py
│   │   │   ├── mavgen_lua.py
│   │   │   ├── mavgen_objc.py
│   │   │   ├── mavgen.py
│   │   │   ├── mavgen_python.py
│   │   │   ├── mavgen_swift.py
│   │   │   ├── mavgen_typescript.py
│   │   │   ├── mavgen_wlua.py
│   │   │   ├── mavparse.py
│   │   │   ├── mavschema.xsd
│   │   │   ├── mavtemplate.py
│   │   │   ├── mavtestgen.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── mavcrc.cpython-37.pyc
│   │   │   │   ├── mavgen_c.cpython-37.pyc
│   │   │   │   ├── mavgen_cpp11.cpython-37.pyc
│   │   │   │   ├── mavgen.cpython-37.pyc
│   │   │   │   ├── mavgen_cs.cpython-37.pyc
│   │   │   │   ├── mavgen_java.cpython-37.pyc
│   │   │   │   ├── mavgen_javascript.cpython-37.pyc
│   │   │   │   ├── mavgen_lua.cpython-37.pyc
│   │   │   │   ├── mavgen_objc.cpython-37.pyc
│   │   │   │   ├── mavgen_python.cpython-37.pyc
│   │   │   │   ├── mavgen_swift.cpython-37.pyc
│   │   │   │   ├── mavgen_typescript.cpython-37.pyc
│   │   │   │   ├── mavgen_wlua.cpython-37.pyc
│   │   │   │   ├── mavparse.cpython-37.pyc
│   │   │   │   ├── mavtemplate.cpython-37.pyc
│   │   │   │   └── mavtestgen.cpython-37.pyc
│   │   │   └── swift
│   │   │   └── MAVLink.swift
│   │   ├── __init__.py
│   │   ├── mavexpression.py
│   │   ├── mavextra.py
│   │   ├── mavnative
│   │   │   └── mavlink_defaults.h
│   │   ├── mavparm.py
│   │   ├── mavutil.py
│   │   ├── mavwp.py
│   │   ├── message_definitions
│   │   │   └── v1.0
│   │   │   ├── all.xml
│   │   │   ├── ardupilotmega.xml
│   │   │   ├── ASLUAV.xml
│   │   │   ├── autoquad.xml
│   │   │   ├── common.xml
│   │   │   ├── icarous.xml
│   │   │   ├── matrixpilot.xml
│   │   │   ├── minimal.xml
│   │   │   ├── paparazzi.xml
│   │   │   ├── python_array_test.xml
│   │   │   ├── slugs.xml
│   │   │   ├── standard.xml
│   │   │   ├── test.xml
│   │   │   ├── ualberta.xml
│   │   │   └── uAvionix.xml
│   │   ├── __pycache__
│   │   │   ├── DFReader.cpython-37.pyc
│   │   │   ├── fgFDM.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mavexpression.cpython-37.pyc
│   │   │   ├── mavextra.cpython-37.pyc
│   │   │   ├── mavparm.cpython-37.pyc
│   │   │   ├── mavutil.cpython-37.pyc
│   │   │   ├── mavwp.cpython-37.pyc
│   │   │   ├── quaternion.cpython-37.pyc
│   │   │   ├── rotmat.cpython-37.pyc
│   │   │   └── setup.cpython-37.pyc
│   │   ├── quaternion.py
│   │   ├── rotmat.py
│   │   └── setup.py
│   └── pymavlink-2.4.12.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
30 directories, 227 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment