From: Erik H. <eh...@us...> - 2016-05-19 14:37:25
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/paraglider In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6740 Modified Files: paraglider.xml Log Message: Fix the problem where the paraglider spins out of control with full aileron and the engine on Index: paraglider.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/aircraft/paraglider/paraglider.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** paraglider.xml 18 May 2016 13:22:47 -0000 1.12 --- paraglider.xml 19 May 2016 14:37:22 -0000 1.13 *************** *** 150,154 **** <x> 8.00 </x> <y> 0.00 </y> ! <z> -250.00 </z> </location> <capacity unit="LBS"> 3.5 </capacity> --- 150,154 ---- <x> 8.00 </x> <y> 0.00 </y> ! <z> -330.00 </z> </location> <capacity unit="LBS"> 3.5 </capacity> *************** *** 493,497 **** <property>metrics/Sp-sqft</property> <property>metrics/bp-ft</property> ! <value>-0.5</value> </product> </function> --- 493,497 ---- <property>metrics/Sp-sqft</property> <property>metrics/bp-ft</property> ! <value>2</value> </product> </function> |