Simplified hovering example

Esse commit está contido em:
Laurent Eschenauer
2013-07-22 22:55:32 +02:00
commit 08ae36937d
-1
Ver Arquivo
@@ -26,7 +26,6 @@ mission.client().config('detect:detect_type', 12);
mission.log("mission-" + df(new Date(), "yyyy-mm-dd_hh-MM-ss") + ".txt"); mission.log("mission-" + df(new Date(), "yyyy-mm-dd_hh-MM-ss") + ".txt");
mission.takeoff() mission.takeoff()
.altitude(1.5)
.go({x:0, y:0, z:1.5}) .go({x:0, y:0, z:1.5})
.hover(30000) .hover(30000)
.land(); .land();