paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] fly in the loop


From: 郭 flying pig
Subject: [Paparazzi-devel] fly in the loop
Date: Thu, 30 Jul 2009 20:40:00 +0000

Hi all

  I have try to create a loop flight in the basic.xml (from HOME --> STDBY --->CLIMB ....repeat),  i use the following



<block name="loop" strip_button="lop">
        <while cond="TRUE">
        <go wp="HOME"/>
        <go wp="STDBY"/>
        <go wp="CLIMB"/>
        <while cond="2 > stage_time"/>
        </while>
</block>


  The problem i have is that once i call the block, it will fly from HOME --->STDBY ---->CLIMB , but after that it will not do anything until i call the block again, does anyone one have any idea how to do it right?

  I have enclosed my basic2.xml for the flight plan.


Thanks

                                                                                    Chen


聰明搜尋和瀏覽網路的免費工具列 — Windows Live 工具列

Attachment: basic2.xml
Description: Text Data


reply via email to

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