[Flightgear-devel] Yaw pitch and roll from MP position message

2009-12-01 Thread Marco Lecora
Hi, I would like to know if it is possible to get yaw pitch and roll values wrt the local frame from a multiplayer position message. Thank you in advance Marco-- Join us December 9, 2009 for the Red Hat Virtual

Re: [Flightgear-devel] MP Protocol - aircraft orientation

2009-09-07 Thread Marco Lecora
+1000 From: george.patter...@gmail.com To: flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] MP Protocol - aircraft orientation 2009/8/31 Marco Lecora lecora_ma...@hotmail.it: Hi, I need to send from a C# application the position of several aircrafts to a flight gear

Re: [Flightgear-devel] MP Protocol - aircraft orientation

2009-08-31 Thread Marco Lecora
Date: Mon, 31 Aug 2009 11:36:03 +1000 From: george.patter...@gmail.com To: flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] MP Protocol - aircraft orientation 2009/8/31 Marco Lecora lecora_ma...@hotmail.it: Hi, I need to send from a C# application the position

[Flightgear-devel] MP Protocol - aircraft orientation

2009-08-30 Thread Marco Lecora
Hi,I need to send from a C# application the position of several aircrafts to a flight gear multiplayer server.The question is ... how can I get the aircraft orientation values from position, yaw, pitch and roll? thank you in advance. marco

[Flightgear-devel] MP Protocol issue

2009-08-01 Thread Marco Lecora
Hii,I need to send from a C# application the position of several aircrafts to a flight gear multiplayer server; in order to write the mentioned C# app I have ported the T_MsgHdr and T_PositionMsg structures from mpmessages.h. (see end of message) The first time I send a position msg to server