.coverage
.coveragerc
.flake8
.gitignore
.pylintrc
.readthedocs.yml
.style.yapf
AUTHORS.rst
CONTRIBUTING.rst
LICENSE.txt
PRINCIPLES.rst
README.rst
Report.pdf
codecov.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/publish-python.yml
.github/workflows/python-package.yml
asset/chart.png
dagger/__init__.py
dagger/_version.py
dagger/acc_calibration.py
dagger/altitude.py
dagger/analog.py
dagger/attitude.py
dagger/connect.py
dagger/control.py
dagger/mag_calibration.py
dagger/raw_imu.py
dagger/sensor.py
dagger/set_command.py
dagger/set_raw_rc.py
dagger/utils.py
dagger/pluto_dagger.egg-info/PKG-INFO
dagger/pluto_dagger.egg-info/SOURCES.txt
dagger/pluto_dagger.egg-info/dependency_links.txt
dagger/pluto_dagger.egg-info/not-zip-safe
dagger/pluto_dagger.egg-info/requires.txt
dagger/pluto_dagger.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/introduction.rst
docs/license.rst
docs/principles.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
tests/.coverage
tests/conftest.py
tests/test_acc_calibration.py
tests/test_connect.py
tests/test_control.py
tests/test_mag_calibration.py
tests/test_sensor.py
tests/test_set_commad.py
tests/test_set_raw_rc.py
tests/test_utils.py
tutorials/dagger_example.ipynb