mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
good flight only standby under ground can exist
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
airframe="airframes/BR/DreamCacher_bart.xml"
|
||||
radio="radios/cockpitSX.xml"
|
||||
telemetry="telemetry/default_rotorcraft.xml"
|
||||
flight_plan="flight_plans/ladylisa_from_hand.xml"
|
||||
flight_plan="flight_plans/rotorcraft_basic_superbitrf_from_hand.xml"
|
||||
settings="settings/rotorcraft_basic.xml settings/control/stabilization_att_int.xml settings/control/rotorcraft_guidance.xml settings/control/stabilization_rate.xml settings/superbitrf.xml"
|
||||
settings_modules="modules/gps_ubx_ucenter.xml"
|
||||
gui_color="white"
|
||||
|
||||
@@ -118,7 +118,7 @@ The goal of this flightplan is to have a safe, simple no-brainer flightplan for
|
||||
<go wp="TD"/>
|
||||
<exception cond="NavDetectGround()" deroute="landed"/>
|
||||
<exception cond="!nav_is_in_flight()" deroute="Holding point"/>
|
||||
<stay climb="-0.8" vmode="climb" wp="TD"/>
|
||||
<stay climb="-0.5" vmode="climb" wp="TD"/>
|
||||
</block>
|
||||
<block name="flare">
|
||||
<exception cond="NavDetectGround()" deroute="landed"/>
|
||||
|
||||
Reference in New Issue
Block a user