dronekit-python/example at master · graysondu/dronekit-python · GitHub
Skip to content

Latest commit

 

History

History
 
 

README.md

DroneAPI Tutorials

Preperation (installing DroneAPI)

See the installation instructions.

You can use DroneAPI with either a physical vehicle (pixhawk, Iris, etc...) or a simulated vehicle. For instructions on using our simulator see this link.

These demos build on each other, so it is best to start with demo 0 and after you work through that move on to the next demo. As you experiment with these demos it is probably helpful to refer to the python API documentation.

Demo 0: Hello world

This basic 'hello-world' demo will show you how to connect to a vehicle and receive some basic information.

Demo 1: Basic vehicle control

The next demo builds on what you learned in demo zero, to actually tell the vehicle to go someplace.

Demo 2: Drone delivery the easy way

Building on the basic vehicle control you just learned, we now show how to write a small web application that allows you to command a drone to fly to a particular location.

Demo 3: Integrating the webservice

This demonstration teaches you the basics of using the webservice and the local vehicle API to 'replay' a flight which has been uploaded to Droneshare.

Demo 4: Follow-me (linux only)

This demonstration illustrates how to work with existing Linux services (gpsd) to add a new drone based feature.