mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 05:45:59 +08:00
committed by
Gautier Hattenberger
parent
d13dafbf97
commit
50d1e2eaaa
@@ -34,7 +34,7 @@
|
||||
<attitude pitch="0" roll="0" throttle="0" vmode="throttle" until="FALSE"/>
|
||||
</block>
|
||||
<block name="Takeoff" strip_button="Takeoff" strip_icon="takeoff.png">
|
||||
<exception cond="stateGetPositionEnu_f()->z > 2.0" deroute="Standby"/>
|
||||
<exception cond="stateGetPositionEnu_f() @DEREF z @GT 2.0" deroute="Standby"/>
|
||||
<call_once fun="NavSetWaypointHere(WP_CLIMB)"/>
|
||||
<stay vmode="climb" climb="nav_climb_vspeed" wp="CLIMB"/>
|
||||
</block>
|
||||
|
||||
@@ -42,6 +42,7 @@ rule token = parse
|
||||
| '[' { LB }
|
||||
| ']' { RB }
|
||||
| "->" { DEREF }
|
||||
| "@DEREF" {DEREF}
|
||||
| "==" { EQ }
|
||||
| "&&" { AND }
|
||||
| "@AND" { AND }
|
||||
|
||||
Reference in New Issue
Block a user