Arquivos
ardrone-autonomy/package.json
T
Laurent Eschenauer 401d7c920a Iterating on controller
- Fixing some issues in PID code
- Resetting PID at each goal change
- Added two examples (not working) of autonomous fly
2013-06-20 23:02:59 +02:00

25 linhas
500 B
JSON

{
"name": "ardrone-autonomy",
"version": "0.1.0",
"description": "Building blocks for autonomous flying an AR.Drone.",
"repository": {
"type": "git",
"url": "git@github.com:eschnou/ardrone-autonomy.git"
},
"keywords": [
"drone",
"ardrone",
"nodecopter",
"parrot",
"autonomous",
"kalman",
"pid"
],
"dependencies": {
"sylvester": "0.0.21",
"async": "~0.2.9"
},
"author": "Laurent Eschenauer <laurent@eschenauer.be>",
"license": "MIT"
}