Skip to content

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

License

Notifications You must be signed in to change notification settings

chalios/python-ardrone

 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.3%
  • C 21.7%