Norman Vine wrote:
> 
> Christian Mayer writes:
> >
> >All of those (i.e. LaRCsim and YAsim) work for me. JSBsim currently
> >doesn't. I'm still working on that.
> 
> Same here trying to run with MingW32 although Cygwin has no
> problem
> 
> I am crashing during initialization of the FDM with the call to
> set_Euler_Angles()  from FGInterface::common_init()

The first sing of a problem comes with 

fgGeodToGeoc(): Domain error
sqrt(1.#QNAN)
  Initialized JSBSim with:
  Indicated Airspeed: 0 knots
  Bank Angle: 1.#QNAN deg
  Pitch Angle: -1.#IND deg
  True Heading: 1.#QNAN deg
  Latitude: 1.#QNAN deg
  Longitude: 1.#QNAN deg
  Altitude: -1.#IND feet
  loaded initial conditions
  set dt
Finished initializing JSBSim
FGControls::get_gear_down()= 1
FGJSBsim::set_Euler_Angles: 0, -1.#IND, 1.#QNAN
FGJSBsim::set_Euler_Angles: 1.#QNAN, 0.0074002, 1.#QNAN
FGJSBsim::set_Euler_Angles: 1.#QNAN, -1.#IND, 5.19934

And FGFS stops here (it hangs - sorry can't tell at the moment in what
subroutine)

But when I rung with JSBsim and floating point exception I''m stopping
much earlier in cocpit/panel.cxx in line 706:

 float val = (t->node == 0 ? 0.0 : t->node->getFloatValue());

But I've got the problem there that I don't know how to access the
property value.


CU,
Christian,
who goes to bed now and probably hasn't got much time till next weekend

--
The idea is to die young as late as possible.        -- Ashley Montague

Whoever that is/was; (c) by Douglas Adams would have been better...

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to