Comparar commits
4 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| 926a0ee8be | |||
| 2b4fa6b758 | |||
| 95b94ff535 | |||
| 989d3ee403 |
+1
-1
@@ -57,7 +57,7 @@ mission.takeoff()
|
||||
.hover(1000) // Hover in place for 1 second
|
||||
.land();
|
||||
|
||||
mission.run(function (err, result)
|
||||
mission.run(function (err, result) {
|
||||
if (err) {
|
||||
console.trace("Oops, something bad happened: %s", err.message);
|
||||
mission.client().stop();
|
||||
|
||||
+1
-1
@@ -55,7 +55,7 @@ function Controller(client, options) {
|
||||
// Register the listener on navdata for our control loop
|
||||
var self = this;
|
||||
client.on('navdata', function(d) {
|
||||
if (!this._busy) {
|
||||
if (!this._busy && d.demo) {
|
||||
this._busy = true;
|
||||
self._processNavdata(d);
|
||||
self._control(d);
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ardrone-autonomy",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Building blocks for autonomous flying an AR.Drone.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário