https://github.com/usefulthink/nodecopter-monitor
https://github.com/usefulthink/nodecopter-monitor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usefulthink/nodecopter-monitor
- Owner: usefulthink
- Created: 2012-10-05T14:52:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T18:36:35.000Z (about 11 years ago)
- Last Synced: 2024-10-20T14:26:17.238Z (12 months ago)
- Language: JavaScript
- Size: 2.9 MB
- Stars: 28
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-drone-hacking - Nodecopter Monitor - Remote control for Parrot AR Drone via browser. (:wrench: Tools / Scientific Research)
README
remote-control and monitoring for your nodecopter
====note: the code is a complete mess and will eventually be reworked and
documented.usage
----Install the module with `npm install nodecopter-monitor`, then integrate it
into your project withvar arDrone = require('ar-drone'),
client = arDrone.createClient();require('nodecopter-monitor').init(client);
after starting your program you can access the monitoring via `http://localhost:3001/webgl.html`.
From the monitoring-page you can also remote-control the drone with the following key-commands:space – takeoff
escape - land
W/S/A/D – move front/back/left/right
cursor-keys – up/down and rotate cw/ccw
1/2/3/4/5 – animations (flipAhead/flipLeft/yawShake/doublePhiThetaMixed/wave)