paparazzi-devel
[Top][All Lists]
Advanced

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

Re: [Paparazzi-devel] Ground Station Communication Stuff


From: Pascal Brisset
Subject: Re: [Paparazzi-devel] Ground Station Communication Stuff
Date: Sat, 24 May 2008 14:49:48 +0200
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Something similar to the Man Over Board (basic.xml:50) procedure, with no throttle

   <block name="spiral">
     <call fun="NavSetWaypointHere(WP_MOB)"/>
     <set value="DEFAULT_CIRCLE_RADIUS" var="nav_radius"/>
     <circle vmode="throttle" throttle="0.0" radius="nav_radius" wp="MOB"/>
   </block>

--Pascal


Daniel Morgan wrote:
Is there a built in command to send it into a spiral landing at the position it is when it hits 3 min?

On Fri, May 23, 2008 at 3:06 PM, Pascal Brisset <address@hidden <mailto:address@hidden>> wrote:

    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 <mailto:address@hidden>
        http://lists.nongnu.org/mailman/listinfo/paparazzi-devel



    _______________________________________________
    Paparazzi-devel mailing list
    address@hidden <mailto:address@hidden>
    http://lists.nongnu.org/mailman/listinfo/paparazzi-devel


------------------------------------------------------------------------

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





reply via email to

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