Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ardrone

python-ardrone is a Python library for controlling the Parrot AR.Drone 2.0 over a network.

Usage

import ardrone

drone = ardrone.ARDrone()

drone.takeoff()
drone.land()

print(drone.navdata['demo']['battery'])

drone.image.show()

drone.halt()

Thanks

Thanks to Bastian Venthur for making the beginnings on which this library was based at https://github.com/venthur/python-ardrone!

About

A Python library for controlling the Parrot AR.Drone 2.0 over a network

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages