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

importardronedrone=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

  • Python78.3%
  • C21.7%