From: Bertrand <bco...@us...> - 2016-09-25 12:02:40
|
Update of /cvsroot/jsbsim/JSBSim/aircraft/ball In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4702/aircraft/ball Modified Files: reset00_v2.xml Log Message: Updated the initial velocity such that the ball keeps its circular orbit within a small fraction of a foot (instead of several feet previously) Index: reset00_v2.xml =================================================================== RCS file: /cvsroot/jsbsim/JSBSim/aircraft/ball/reset00_v2.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** reset00_v2.xml 18 Feb 2012 19:11:37 -0000 1.5 --- reset00_v2.xml 25 Sep 2016 12:02:36 -0000 1.6 *************** *** 15,20 **** <velocity unit="FT/SEC" frame="BODY"> ! <!--x> 23869.9759596 </x--> <!-- For use with standard grav model --> ! <x> 23889.142721 </x> <!-- For use with WGS84 grav model --> </velocity> --- 15,20 ---- <velocity unit="FT/SEC" frame="BODY"> ! <!--x> 23869.978340 </x--> <!-- For use with standard grav model --> ! <x> 23889.145167 </x> <!-- For use with WGS84 grav model --> </velocity> |