paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] flight plans: what makes it hold in holding point?


From: martinpi . public
Subject: [Paparazzi-devel] flight plans: what makes it hold in holding point?
Date: Wed, 05 Aug 2009 23:41:12 +0200

Just for curiosity: 
>From this code (basic.xml)

    <block name="Holding point">
      <set value="1" var="kill_throttle"/>
      <attitude roll="0" throttle="0" vmode="throttle"/>
    </block>

I wouldn't expect the autopilot to wait for anything but go on to the next 
block immediately. 

Instead, in the holding point block, I would expect a loop like 
while launch==0 ... 

How does it work? 




reply via email to

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