mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 16:30:07 +08:00
[conf] fix some example GLS_APPROACH defines
This commit is contained in:
@@ -123,9 +123,9 @@
|
||||
</section>
|
||||
|
||||
<section name="GLS_APPROACH" prefix="APP_" >
|
||||
<define name="ANGLE" value="5" />
|
||||
<define name="INTERCEPT_AF_TOD" value="10" />
|
||||
<define name="TARGET_SPEED" value="13" />
|
||||
<define name="ANGLE" value="5" unit="deg"/>
|
||||
<define name="INTERCEPT_AF_SD" value="10" unit="m"/>
|
||||
<define name="TARGET_SPEED" value="13" unit="m/s"/>
|
||||
</section>
|
||||
|
||||
<section name="VERTICAL CONTROL" prefix="V_CTL_">
|
||||
|
||||
@@ -180,9 +180,9 @@
|
||||
</section>
|
||||
|
||||
<section name="GLS_APPROACH" prefix="APP_">
|
||||
<define name="ANGLE" value="5"/>
|
||||
<define name="INTERCEPT_AF_TOD" value="10"/>
|
||||
<define name="TARGET_SPEED" value="13"/>
|
||||
<define name="ANGLE" value="5" unit="deg"/>
|
||||
<define name="INTERCEPT_AF_SD" value="10" unit="m"/>
|
||||
<define name="TARGET_SPEED" value="13" unit="m/s"/>
|
||||
</section>
|
||||
|
||||
<section name="VERTICAL CONTROL" prefix="V_CTL_">
|
||||
|
||||
@@ -170,8 +170,8 @@ twog_1.0 + aspirin + ETS baro + ETS speed
|
||||
|
||||
<section name="GLS_APPROACH" prefix="APP_">
|
||||
<define name="ANGLE" value="10" unit="deg"/>
|
||||
<define name="INTERCEPT_AF_TOD" value="100"/>
|
||||
<define name="TARGET_SPEED" value="13"/>
|
||||
<define name="INTERCEPT_AF_SD" value="100" unit="m"/>
|
||||
<define name="TARGET_SPEED" value="13" unit="m/s"/>
|
||||
</section>
|
||||
|
||||
<!-- ########################################################################################### -->
|
||||
|
||||
@@ -124,9 +124,9 @@
|
||||
</section>
|
||||
|
||||
<section name="GLS_APPROACH" prefix="APP_" >
|
||||
<define name="ANGLE" value="5" />
|
||||
<define name="INTERCEPT_AF_TOD" value="10" />
|
||||
<define name="TARGET_SPEED" value="13" />
|
||||
<define name="ANGLE" value="5" unit="deg"/>
|
||||
<define name="INTERCEPT_AF_SD" value="10" unit="m"/>
|
||||
<define name="TARGET_SPEED" value="13" unit="m/s"/>
|
||||
</section>
|
||||
|
||||
<section name="VERTICAL CONTROL" prefix="V_CTL_">
|
||||
|
||||
Reference in New Issue
Block a user