|
From: | Bart Remes |
Subject: | Re: [Paparazzi-devel] A problem getting started with an ARDrone 2 |
Date: | Thu, 11 Dec 2014 20:36:07 +0100 |
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,OriOn 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
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
[Prev in Thread] | Current Thread | [Next in Thread] |