Update of /cvsroot/jsbsim/JSBSim/aircraft/c172p
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7025
Modified Files:
reset01.xml
Log Message:
Summary: Values are given in degrees but the unit is not specified: JSBSim interpret them wrongly as radians.
Index: reset01.xml
===================================================================
RCS file: /cvsroot/jsbsim/JSBSim/aircraft/c172p/reset01.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** reset01.xml 17 May 2006 03:39:31 -0000 1.3
--- reset01.xml 11 Jun 2016 16:16:33 -0000 1.4
***************
*** 8,20 ****
<vbody> 0.0 </vbody>
<wbody> 0.0 </wbody>
! <latitude> 47.0 </latitude>
! <longitude> 122.0 </longitude>
<phi> 0.0 </phi>
<theta> 0.0 </theta>
! <psi> 150.0 </psi>
<altitude> 2000.00 </altitude>
<hwind> 0.0 </hwind>
<xwind> 0.0 </xwind>
<vc> 90.0 </vc>
! <gamma> 3.0 </gamma>
</initialize>
--- 8,20 ----
<vbody> 0.0 </vbody>
<wbody> 0.0 </wbody>
! <latitude unit="DEG"> 47.0 </latitude>
! <longitude unit="DEG"> 122.0 </longitude>
<phi> 0.0 </phi>
<theta> 0.0 </theta>
! <psi unit="DEG"> 150.0 </psi>
<altitude> 2000.00 </altitude>
<hwind> 0.0 </hwind>
<xwind> 0.0 </xwind>
<vc> 90.0 </vc>
! <gamma unit="DEG"> 3.0 </gamma>
</initialize>
|