ar-drone : A node.js client for controlling Parrot AR Drone 2.0 quad-copters.. You can installing ar-drone npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ar-drone $ sudo npm install -g ar-drone
If want to update the ar-drone package execute the command as below,
$ sudo npm update ar-drone
Update package globally,
$ npm install -g ar-drone
$ sudo git clone https://github.com/rektide/ar-drone.git
$ sudo npm install -g ./ar-drone
ar-drone@0.3.3 /usr/lib/node_modules/ar-drone
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ar-drone
Package Name | ar-drone |
Version | 0.3.3 |
Description | A node.js client for controlling Parrot AR Drone 2.0 quad-copters. |
Released Date | 2014-11-25T15:58:19.247Z |
Published by | felixge |
How to Learn | https://www.npmjs.com/package/ar-drone/tutorial |