Difference between revisions of "User:GPH/Drafts"

From PaparazziUAV
Jump to navigation Jump to search
 
Line 1: Line 1:
Code to insert in your flight plan:
Code to insert in your flight plan:
<code>
 
  <block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png">
  <block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png">
   <set value="0" var="kill_throttle"/>
   <set value="0" var="kill_throttle"/>
   <set value="0" var="estimator_flight_time"/>
   <set value="0" var="estimator_flight_time"/>
   <go from="START" pitch="-10" throttle="1.0" vmode="throttle" wp="ER"/>
   <go from="START" pitch="-10" throttle="1.0" vmode="throttle" wp="ER"/>
  </block>
  </block>
</code>

Latest revision as of 06:13, 3 May 2010

Code to insert in your flight plan:

<block key="t" name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png">
  <set value="0" var="kill_throttle"/>
  <set value="0" var="estimator_flight_time"/>
  <go from="START" pitch="-10" throttle="1.0" vmode="throttle" wp="ER"/>
</block>