25 linhas
434 B
Markdown
25 linhas
434 B
Markdown
AR Drone Browser Controller
|
|
==========================
|
|
|
|
This is a simplified Node JS Browser Controller built on top of NodeJs
|
|
|
|
It shows Feed from
|
|
* Ar Drone Parrot 2
|
|
* Laptop Camera
|
|
|
|
and allows following commands to control the drone
|
|
* takeoff
|
|
* spin
|
|
* stop
|
|
* land
|
|
|
|
and updates the battery level constantly
|
|
|
|
References
|
|
------------
|
|
This project internally uses following libraries
|
|
* node-ar-drone
|
|
* dronestream
|
|
* socket.io
|
|
|