401d7c920a
- Fixing some issues in PID code - Resetting PID at each goal change - Added two examples (not working) of autonomous fly
25 linhas
500 B
JSON
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"
|
|
}
|