|
From: | Pascal Brisset |
Subject: | Re: [Paparazzi-devel] Ground Station Communication Stuff |
Date: | Fri, 23 May 2008 23:06:12 +0200 |
User-agent: | Thunderbird 2.0.0.14 (X11/20080505) |
Hi,the datalink_time variable counts the number of seconds since the last message received from the groundstation (dalalink.c:58, main_ap.c:414). So you can do a test on this variable in your flight plan and be derouted in another block. There is an example in basic.xml:
<exception cond="datalink_time > 22" deroute="Standby"/> Note that the link agent sends a PING message to each aircraft every 5s --Pascal Daniel Morgan wrote:
For an upcoming competition (AUVSI UAS) we need to return home after loss of signal for 30s. Then we need to terminate the flight after 3 minutes of signal loss. Is there something in the code that i can make this happen??? Any help or suggestions would be appreciated.------------------------------------------------------------------------ _______________________________________________ Paparazzi-devel mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |