Re: [Flightgear-users] How to view the flight data format from flight gear

2012-06-02 Thread Arnt Karlsen
On Sat, 2 Jun 2012 00:01:45 +0200, Kees wrote in message 201206020001.45784.c.w.j.lemm...@ewi.tudelft.nl: (...) Also Python is definitely worth looking at : Numpy, Scipy , Sympy and Matplotlib are just as easy to use as Matlab. Discussion closed ? ..maybe, mwrap may be worth a glance:

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-06-01 Thread Kees Lemmens
Ji, Just wondering : why are some of you using an Open Source Flight Simulator only to connect it to one of the most expensive (read least value for money) mathematical software packages in the world ? You could at least consider trying to hookup to Octave (an Open Source Matlab lookalike),

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-06-01 Thread Curtis Olson
On Fri, Jun 1, 2012 at 3:20 AM, Kees Lemmens c.w.j.lemm...@ewi.tudelft.nlwrote: Ji, Just wondering : why are some of you using an Open Source Flight Simulator only to connect it to one of the most expensive (read least value for money) mathematical software packages in the world ? You

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-06-01 Thread Kees Lemmens
Hi Curtis, First I'd like to say that I admire your open mind and the tolerance you display here. Maybe I should be a little less zealous as well :-) But my university pays about 500 k€ each year (550 k$ !) only to be able to use Matlab and we even have the cheap academic license ! That

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-06-01 Thread Arnt Karlsen
On Fri, 1 Jun 2012 13:55:01 -0500, Curtis wrote in message cahtsj_dpyp2yxinozourknaxv6as-r880zarzd5euoqweqp...@mail.gmail.com: On Fri, Jun 1, 2012 at 3:20 AM, Kees Lemmens c.w.j.lemm...@ewi.tudelft.nlwrote: Ji, Just wondering : why are some of you using an Open Source Flight

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-05-21 Thread Balaji Veeraiyan
HI, I had success in receiving integer by specifying the number of bytes at the receiving end as 4 the data is displayed in the 4th row of the display block, I exported the data from the incoming pocket on to workspace and I found that the integer data is available in the 4th

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-05-17 Thread Curtis Olson
I've never done matlab communication myself, so hopefully someone else can jump in here. But if you still get random values (or numbers that are entirely out of range and wrong) then perhaps another thing would be to check very carefully your data types and alignment on the receiving end. Try to

[Flightgear-users] How to view the flight data format from flight gear

2012-05-16 Thread Balaji Veeraiyan
Hi everyone, In my project I'm trying to interface the* Matlab* with*Flight gear. *I want to send the roll,pitch,yaw and their corresponding orientation such as roll rate,yaw rate and pitch rate to Matlab. I'm trying it through UDP I can send the data to Matlab but I'm getting some

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-05-16 Thread Curtis Olson
Hi Balaji, Perhaps one thing to double check is byte order (little endian vs. big endian.) Regards, Curt. On Wed, May 16, 2012 at 1:13 AM, Balaji Veeraiyan balaji...@gmail.comwrote: Hi everyone, In my project I'm trying to interface the* Matlab* with*Flight gear. *I

Re: [Flightgear-users] How to view the flight data format from flight gear

2012-05-16 Thread Balaji Veeraiyan
Hi Curt, Thank you for your reply, I checked both the byte order still I'm getting random values.. :( On Wed, May 16, 2012 at 9:08 PM, Curtis Olson curtol...@gmail.com wrote: Hi Balaji, Perhaps one thing to double check is byte order (little endian vs. big endian.) Regards,