1c490dc610
Press 'r' in the cockpit to start/stop recording of the mission data. Each recording has its own folder and contains the raw navdata json and a formatted motion stream in a csv file. More data will be added (e.g.logging of events & commands) Closes #7
40 linhas
954 B
JSON
40 linhas
954 B
JSON
{
|
|
"name": "ardrone-webflight",
|
|
"version": "0.1.0",
|
|
"description": "Extensible remote-control environment for the AR Drone.",
|
|
"main": "app.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:eschnou/ardrone-webflight.git"
|
|
},
|
|
"keywords": [
|
|
"drone",
|
|
"ardrone",
|
|
"nodecopter",
|
|
"parrot",
|
|
"cockpit",
|
|
"browser",
|
|
"artificial horizon"
|
|
],
|
|
"dependencies": {
|
|
"ar-drone": "git+ssh://git@github.com:felixge/node-ar-drone.git#master",
|
|
"express": "3.0.x",
|
|
"ejs": "~0.8.3",
|
|
"socket.io": "~0.9.4",
|
|
"dronestream": "git+ssh://git@github.com:eschnou/node-dronestream.git#master",
|
|
"dateformat": "~1.0.6-1.2.3"
|
|
},
|
|
"author": "Laurent Eschenauer <laurent@eschenauer.be>",
|
|
"contributors": [
|
|
{
|
|
"name": "Benjamin Nortier",
|
|
"email": "bjnortier@gmail.com"
|
|
},
|
|
{
|
|
"name": "Bernhard K. Weisshuhn",
|
|
"email": "bkw@codingforce.com>"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
}
|