1.0.8 • Published 8 years ago

node-server-ar-drone v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

A Node.js Express server for the Parrot AR Drone 2.0. The server uses the node-ar-drone and ardrone-autonomy libraries to fly the drone with REST calls.

npm install node-server-ar-drone

We can also automate the flight path of the drone, by providing predefined x,y coordinates. You can do this by doing a call to http://localhost:1337/takeoffAndFly and then appending the call with the coordinates. Here is an example: