Skip to content

A Python library for controlling the Parrot AR.Drone over a network edited to compile on Windows for the Brain Powered project

License

Notifications You must be signed in to change notification settings

DevinHillenius/python-ardrone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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()

About

A Python library for controlling the Parrot AR.Drone over a network edited to compile on Windows for the Brain Powered project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%