David Culp:
1. Removed aircraft roll on ground. 2. Decreased descent pitch angle. 3. Updated flightplans to include <on-ground> 4. Fixed property indexing, so all AI aircraft have their own property branch The default value of <on-ground> is false, so you only need to specify it when on the ground. For takeoff you need to specify <on-ground>true</on-ground> for the first waypoint, and for the acceleration waypoint. For landing you need to specify it for the touchdown point and any taxi points.
This commit is contained in:
parent
9dfc88751a
commit
706a64041a
6 changed files with 131 additions and 30 deletions
71
Data/AI/FlightPlans/KSFO_ILS28L.xml
Normal file
71
Data/AI/FlightPlans/KSFO_ILS28L.xml
Normal file
|
@ -0,0 +1,71 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- ILS Runway 28L, KSFO
|
||||
Format:
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> Set true is on the ground. The default value
|
||||
is false.
|
||||
<gear-down> Set true for gear down, false for gear up.
|
||||
The default value is false.
|
||||
<flaps-down> Set true for flaps down, false for flaps up.
|
||||
The default value is false.
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<flightplan>
|
||||
|
||||
<wpt>
|
||||
<name>HEMAN</name>
|
||||
<lat>37.53337</lat>
|
||||
<lon>-122.17219</lon>
|
||||
<crossat>3200.0</crossat>
|
||||
<ktas>200</ktas>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
<name>OKDUE</name>
|
||||
<lat>37.56996</lat>
|
||||
<lon>-122.259008</lon>
|
||||
<crossat>1800.0</crossat>
|
||||
<ktas>150</ktas>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
<name>28L-touchdown</name>
|
||||
<lat>37.612726</lat>
|
||||
<lon>-122.360828</lon>
|
||||
<crossat>13.0</crossat>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
<name>turnoff</name>
|
||||
<lat>37.620115</lat>
|
||||
<lon>-122.378371</lon>
|
||||
<crossat>10.7</crossat>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
<name>END</name>
|
||||
<lat>37.61853</lat>
|
||||
<lon>-122.38182</lon>
|
||||
<crossat>21.8</crossat>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
<name>EOF</name>
|
||||
</wpt>
|
||||
|
||||
</flightplan>
|
||||
|
||||
</PropertyList>
|
|
@ -3,12 +3,19 @@
|
|||
<!-- BIG SUR ARRIVAL, BSR.BSR2 to KSFO, Runway 28L
|
||||
The arrival can be found at http://www.airnav.com/airport/KSFO
|
||||
Format:
|
||||
<name> Waypoint name.
|
||||
<lat> latitude, degrees
|
||||
<lon> Longitude, degrees
|
||||
<alt> altitude, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> Set true is on the ground. The default value
|
||||
is false.
|
||||
<gear-down> Set true for gear down, false for gear up.
|
||||
The default value is false.
|
||||
<flaps-down> Set true for flaps down, false for flaps up.
|
||||
The default value is false.
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
@ -69,6 +76,7 @@
|
|||
<lon>-122.35834</lon>
|
||||
<crossat>13.0</crossat>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
|
|
|
@ -3,12 +3,16 @@
|
|||
<!-- Depart KSFO to the east over OAK and LIN
|
||||
The departure can be found at http://www.airnav.com/airport/KSFO
|
||||
Format:
|
||||
<name> Waypoint name.
|
||||
<lat> latitude, degrees
|
||||
<lon> Longitude, degrees
|
||||
<alt> altitude, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> set true if on the ground
|
||||
<gear-down> set true for gear down, false for gear up
|
||||
<flaps-down> set true for flaps down, false for flaps up
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
@ -21,6 +25,7 @@
|
|||
<lon>-122.380667</lon>
|
||||
<alt>11.0</alt>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
<gear-down>true</gear-down>
|
||||
</wpt>
|
||||
|
||||
|
@ -30,6 +35,7 @@
|
|||
<lon>-122.380391</lon>
|
||||
<alt>11.0</alt>
|
||||
<ktas>150</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
|
|
|
@ -3,12 +3,16 @@
|
|||
<!-- Based on the Porte departure at KSFO, left turnout to WAGES
|
||||
The departure can be found at http://www.airnav.com/airport/KSFO
|
||||
Format:
|
||||
<name> Waypoint name.
|
||||
<lat> latitude, degrees
|
||||
<lon> Longitude, degrees
|
||||
<alt> altitude, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> set true if on the ground
|
||||
<gear-down> set true for gear down, false for gear up
|
||||
<flaps-down> set true for flaps down, false for flaps up
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
@ -21,6 +25,7 @@
|
|||
<lon>-122.382153</lon>
|
||||
<alt>11.0</alt>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
<gear-down>true</gear-down>
|
||||
</wpt>
|
||||
|
||||
|
@ -30,6 +35,7 @@
|
|||
<lon>-122.381964</lon>
|
||||
<alt>11.0</alt>
|
||||
<ktas>150</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
|
|
|
@ -3,12 +3,16 @@
|
|||
<!-- Golden Gate Arrival to KSFO, left base to Runway 28L
|
||||
The arrival can be found at http://www.airnav.com/airport/KSFO
|
||||
Format:
|
||||
<name> Waypoint name.
|
||||
<lat> latitude, degrees
|
||||
<lon> Longitude, degrees
|
||||
<alt> altitude, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> set true if on the ground
|
||||
<gear-down> set true for gear down, false for gear up
|
||||
<flaps-down> set true for flaps down, false for flaps up
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
@ -85,6 +89,7 @@
|
|||
<lon>-122.35834</lon>
|
||||
<crossat>13.0</crossat>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</onground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
|
|
|
@ -3,12 +3,16 @@
|
|||
<!-- MODESTO ARRIVAL, to KSFO, Runway 28R
|
||||
The arrival can be found at http://www.airnav.com/airport/KSFO
|
||||
Format:
|
||||
<name> Waypoint name.
|
||||
<lat> latitude, degrees
|
||||
<lon> longitude, degrees
|
||||
<alt> Altitude, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<name> Waypoint name. When a waypoint named END is reached
|
||||
the AI airplane will delete itself.
|
||||
<lat> latitude, degrees (-90 to 90)
|
||||
<lon> Longitude, degrees (-180 to 180)
|
||||
<alt> altitude above sea level, feet
|
||||
<crossat> Crossing altitude, feet
|
||||
<ktas> Knots true airspeed
|
||||
<on-ground> set true if on the ground
|
||||
<gear-down> set true for gear down, false for gear up
|
||||
<flaps-down> set true for flaps down, false for flaps up
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
@ -69,6 +73,7 @@
|
|||
<lon>-122.357138</lon>
|
||||
<crossat>13.0</crossat>
|
||||
<ktas>20</ktas>
|
||||
<on-ground>true</on-ground>
|
||||
</wpt>
|
||||
|
||||
<wpt>
|
||||
|
|
Loading…
Reference in a new issue