paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] A problem getting started with an ARDrone 2


From: Bart Remes
Subject: Re: [Paparazzi-devel] A problem getting started with an ARDrone 2
Date: Thu, 11 Dec 2014 20:36:07 +0100

The TUDleft MAVlab have just released a new ardrone video.
http://youtu.be/XZim32_bfpw
have fun!!
Bart


On Wednesday, December 10, 2014, Ori Pessach <address@hidden> wrote:
By the way, how do I diagnose something like a triggered fail-safe on the drone? Is it logged somewhere? Where in the telemetry can I find it?

Thanks,

Ori

On Tue, Dec 9, 2014 at 2:05 AM, John-papa <address@hidden> wrote:
Hi Ori Pessach,
we were working on ARdrone2 in our team and we experimented the same issue.
our problem was exactly the faulty  GPS unit which triggered fail-safe
therefore resulting an immediate landing.
about the roll command you just mentioned, we experimented the same result
when we commanded take-off but calling a function in the flight plan
corrected this behavior. the function nav_set_heading_current() below came
to rescue.
we used the code below for our flight plan GEO INIT block. make sure you run
this block before take-off. i think you should give this a try because it
solved our problem.


    <block name="Geo init">
      <while cond="LessThan(NavBlockTime(),10)"/>
      <call fun="NavSetGroundReferenceHere()"/>
      <call fun="NavSetAltitudeReferenceHere()"/>
      <call fun="NavSetWaypointHere(WP_CLIMB)"/>
      <call fun="nav_set_heading_current()"/>
    </block>



--
View this message in context: http://lists.paparazziuav.org/A-problem-getting-started-with-an-ARDrone-2-tp16417p16496.html
Sent from the paparazzi-devel mailing list archive at Nabble.com.

_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel



--
ir. B.D.W. (Bart) Remes

Project Manager MAVlab

http://www.mavlab.lr.tudelft.nl/


TU Delft / LR

Building 62

Office 025

Kluyverweg 1

2629 HS Delft

T +31 15 27 83 707

E address@hidden

 

cid:48378D6E-4183-46C7-9E47-C11D3DADB79C@tudelft.nl



reply via email to

[Prev in Thread] Current Thread [Next in Thread]