dronekitEasy Playground

Drone programming API for MAVLink-based autopilots

Getting started with dronekitRun locally
Install
pip install dronekit
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: dronekit)

dronekit is a third-party package. Drone programming API for MAVLink-based autopilots. Install with: pip install dronekit

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?