.gitignore
.pylintrc
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/ci.yml
examples/config_ardupilot.yaml
examples/config_px4.yaml
examples/configure.md
examples/configure.py
examples/download_log.py
examples/load_mission.py
examples/plan_without_fence.plan
examples/px4_sys_autostart_13000.yaml
scripts/deploy.sh
scripts/install.sh
src/autopilot_tools/__init__.py
src/autopilot_tools/analyzer.py
src/autopilot_tools/configurator.py
src/autopilot_tools/enums.py
src/autopilot_tools/exceptions.py
src/autopilot_tools/mavlink_interface.py
src/autopilot_tools/mavlink_params.py
src/autopilot_tools/mission_interface.py
src/autopilot_tools/parameters.py
src/autopilot_tools/test_scenario.py
src/autopilot_tools/utils.py
src/autopilot_tools/vehicle.py
src/autopilot_tools.egg-info/PKG-INFO
src/autopilot_tools.egg-info/SOURCES.txt
src/autopilot_tools.egg-info/dependency_links.txt
src/autopilot_tools.egg-info/entry_points.txt
src/autopilot_tools.egg-info/requires.txt
src/autopilot_tools.egg-info/top_level.txt
src/autopilot_tools/analyzer/application.py
src/autopilot_tools/analyzer/bot.py
src/autopilot_tools/analyzer/cli.py
src/autopilot_tools/analyzer/config.py
src/autopilot_tools/analyzer/log_parser.py
src/autopilot_tools/analyzer/log_upload.py
src/autopilot_tools/analyzer/logger.py
src/autopilot_tools/analyzer/reactions.py
src/autopilot_tools/analyzer/reports.py
src/autopilot_tools/analyzer/utils.py
src/autopilot_tools/analyzer/legacy/README.md
src/autopilot_tools/analyzer/legacy/__init__.py
src/autopilot_tools/analyzer/legacy/airspeed.py
src/autopilot_tools/analyzer/legacy/altitude.py
src/autopilot_tools/analyzer/legacy/color_logging.py
src/autopilot_tools/analyzer/legacy/device_id_parser.py
src/autopilot_tools/analyzer/legacy/esc_status.py
src/autopilot_tools/analyzer/legacy/extract.py
src/autopilot_tools/analyzer/legacy/flight_distance.py
src/autopilot_tools/analyzer/legacy/ice.py
src/autopilot_tools/analyzer/legacy/uorb_topics.py
src/autopilot_tools/analyzer/legacy/utils.py
src/autopilot_tools/mavlink_ftp/__init__.py
src/autopilot_tools/mavlink_ftp/ftp_filesystem.py
src/autopilot_tools/mavlink_ftp/mavftputils.py
src/autopilot_tools/mission_file/__init__.py
src/autopilot_tools/mission_file/mission_file.py
src/autopilot_tools/mission_file/mission_result.py
src/autopilot_tools/px4/__init__.py
src/autopilot_tools/px4/_px_uploader.py
src/autopilot_tools/px4/firmware_uploader.py
src/autopilot_tools/px4/px4_utils.py
tests/test_mavlink_params.py
tests/test_vehicle.py