.gitignore
CHANGELOG.md
README.md
pyproject.toml
requirements.txt
.github/workflows/ci.yml
.github/workflows/release.yml
docs/api-specification.md
docs/coordinate-frames.md
docs/deployment.md
docs/plane-support.md
flight_examples/flight_helpers.py
flight_examples/delivery/delivery_simulation.py
flight_examples/drive_polygon/drive_polygon.py
flight_examples/drive_polygon/__pycache__/drive_polygon.cpython-312.pyc
flight_examples/go_to_polygon/go_to_polygon.py
flight_examples/go_to_polygon/__pycache__/go_to_polygon.cpython-312.pyc
flight_examples/gps_follower/gps_follower.py
flight_examples/gps_follower/__pycache__/gps_follower.cpython-312.pyc
flight_examples/ned_square/ned_square.py
flight_examples/ned_square/__pycache__/ned_square.cpython-312.pyc
flight_examples/ned_square_polling/ned_square_polling.py
flight_examples/ned_square_polling/__pycache__/ned_square_polling.cpython-312.pyc
flight_examples/takeoff_land/takeoff_land.py
flight_examples/takeoff_land/__pycache__/takeoff_land.cpython-312.pyc
flight_examples/uavs/uav_1.ini
flight_examples/uavs/uav_2.ini
packaging/uav-api.ini.example
packaging/systemd/uav-api.service
scripts/install_service.sh
scripts/release_bump.py
tests/concurrency_test.py
tests/conftest.py
tests/copter_command_test.py
tests/copter_movement_test.py
tests/copter_telemetry_test.py
tests/mission_test.py
tests/peripherical_test.py
tests/plane_command_test.py
tests/plane_movement_test.py
tests/plane_telemetry_test.py
tests/unit/app_factory_unit_test.py
tests/unit/args_unit_test.py
tests/unit/conftest.py
tests/unit/copter_command_unit_test.py
tests/unit/copter_movement_unit_test.py
tests/unit/copter_telemetry_unit_test.py
tests/unit/log_unit_test.py
tests/unit/mission_unit_test.py
tests/unit/peripherical_unit_test.py
tests/unit/plane_command_unit_test.py
tests/unit/plane_movement_unit_test.py
tests/unit/plane_telemetry_unit_test.py
tests/unit/setup_unit_test.py
tests/unit/sitl_launch_unit_test.py
tests/unit/unit_helpers.py
uav_api/__init__.py
uav_api/api_app.py
uav_api/args.py
uav_api/gradys_gs.py
uav_api/lifespan.py
uav_api/log.py
uav_api/run_api.py
uav_api/setup.py
uav_api.egg-info/PKG-INFO
uav_api.egg-info/SOURCES.txt
uav_api.egg-info/dependency_links.txt
uav_api.egg-info/entry_points.txt
uav_api.egg-info/requires.txt
uav_api.egg-info/top_level.txt
uav_api/classes/__init__.py
uav_api/classes/attitude.py
uav_api/classes/movement.py
uav_api/classes/peripherical.py
uav_api/classes/responses.py
uav_api/classes/script.py
uav_api/routers/__init__.py
uav_api/routers/dependencies.py
uav_api/routers/common/__init__.py
uav_api/routers/common/mission.py
uav_api/routers/common/peripherical.py
uav_api/routers/copter/__init__.py
uav_api/routers/copter/command.py
uav_api/routers/copter/movement.py
uav_api/routers/copter/telemetry.py
uav_api/routers/plane/__init__.py
uav_api/routers/plane/command.py
uav_api/routers/plane/movement.py
uav_api/routers/plane/telemetry.py
uav_api/vehicles/copter.py
uav_api/vehicles/plane.py
uav_api/vehicles/vehicle.py