Martin Schuhfuss 0c65b84479 Merge pull request #3 from ZauberNerd/master
Drone movement based on groundspeed.
2012-10-30 03:39:58 -07:00
2012-10-05 16:54:46 +02:00
2012-10-06 03:03:22 +02:00
2012-10-07 14:35:09 +02:00
2012-10-07 14:30:52 +02:00
2012-10-13 15:23:58 +02:00
2012-10-26 12:16:40 +02:00
2012-10-07 14:43:12 +02:00

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 with

var 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)
S
Descrição
Descrição não fornecida
Readme 2,8 MiB
Linguagens
JavaScript 99.7%
HTML 0.3%