From: Erik H. <eh...@us...> - 2016-05-23 09:18:18
|
Update of /cvsroot/jsbsim/JSBSim/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8683/scripts Modified Files: paraglider_rotate_test.xml Log Message: Display hight-above-ground instead of geod Index: paraglider_rotate_test.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/scripts/paraglider_rotate_test.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** paraglider_rotate_test.xml 19 May 2016 12:59:56 -0000 1.4 --- paraglider_rotate_test.xml 23 May 2016 09:18:15 -0000 1.5 *************** *** 6,20 **** <description>For testing Paraglider rotate</description> <use aircraft="paraglider" initialize="reset00"/> ! <run start="0.0" end="1000" dt="0.00833333"> ! <event name="Trim"> ! <condition>simulation/sim-time-sec gt 0.1</condition> ! <set name="fcs/aileron-cmd-norm" value="0.0"/> ! <!-- <set name="simulation/do_simple_trim" value="1"/> --> ! </event> <event name="Start engine: Starter"> <description>The starter for the engine is turned on.</description> ! <condition>simulation/sim-time-sec ge 1.0</condition> <set name="fcs/throttle-cmd-norm" action="FG_RAMP" value="1.0" tc ="1.0"/> <set name="fcs/mixture-cmd-norm" action="FG_RAMP" value="1.0" tc="1.0"/> --- 6,16 ---- <description>For testing Paraglider rotate</description> <use aircraft="paraglider" initialize="reset00"/> ! <run start="0.0" end="30" dt="0.00833333"> ! <property value="0"> simulation/run_id </property> <event name="Start engine: Starter"> <description>The starter for the engine is turned on.</description> ! <condition>simulation/sim-time-sec gt 0.1</condition> <set name="fcs/throttle-cmd-norm" action="FG_RAMP" value="1.0" tc ="1.0"/> <set name="fcs/mixture-cmd-norm" action="FG_RAMP" value="1.0" tc="1.0"/> *************** *** 22,26 **** <set name="propulsion/starter_cmd" value="1"/> <notify> ! <property>position/geod-alt-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> --- 18,22 ---- <set name="propulsion/starter_cmd" value="1"/> <notify> ! <property>position/h-agl-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> *************** *** 34,38 **** <set name="fcs/aileron-cmd-norm" value="1.0" action="FG_RAMP" tc="0.5"/> <notify> ! <property>position/geod-alt-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> --- 30,34 ---- <set name="fcs/aileron-cmd-norm" value="1.0" action="FG_RAMP" tc="0.5"/> <notify> ! <property>position/h-agl-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> *************** *** 52,56 **** <set name="fcs/aileron-cmd-norm" value="1.0" action="FG_RAMP" tc="0.5"/> <notify> ! <property>position/geod-alt-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> --- 48,52 ---- <set name="fcs/aileron-cmd-norm" value="1.0" action="FG_RAMP" tc="0.5"/> <notify> ! <property>position/h-agl-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> *************** *** 70,73 **** --- 66,70 ---- <set name="fcs/aileron-cmd-norm" value="1.0" action="FG_RAMP" tc="0.5"/> <notify> + <property>position/h-agl-ft</property> <property>accelerations/a-pilot-x-ft_sec2</property> <property>accelerations/a-pilot-y-ft_sec2</property> |