Skip to content

lilyinstarlight/python-ardrone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ardrone

Note: This library is looking for testers and/or maintainers! I have not had access myself to an AR.Drone 2.0 for a while, but there are several important unreleased changes that need testing on actual hardware as well as stuff that still needs to be done to make the library more robust. Open a new issue on this repository if you are interested!

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •