Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-18 Thread grtuxhangar team
Hello, James Back to the topic. Thanks for the fix , right now we can use again the Autopilot with the GPS. However the altitude is lost at each WP loading, set to Zero. We could, before, keep on the original defined AP altitude, all over the trip. I know it was not realistic. May be that

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread grtuxhangar team
Hello, Autopilot with Route manager is Longer broken, it is missing /autopilot/settings/gps-driving-true-heading triggered to true and the right /true-heading-deg which goes with it. Since the feature has not been removed from the GUI, i guess it had been broken elsewhere . Your update the

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread grtuxhangar team
though not sure gps.cxx line 774 if (!_config.driveAutopilot() || !_defaultGPSMode) { _apDrivingFlag-setBoolValue(false); isn't it that strange ? _apDrivingFlag is ever set to false On 17 June 2013 14:22, grtuxhangar team hohora...@gmail.com wrote: Hello, Autopilot with Route

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread James Turner
On 17 Jun 2013, at 14:41, grtuxhangar team hohora...@gmail.com wrote: though not sure gps.cxx line 774 if (!_config.driveAutopilot() || !_defaultGPSMode) { _apDrivingFlag-setBoolValue(false); isn't it that strange ? _apDrivingFlag is ever set to false Yes, the problem is I

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread grtuxhangar team
Anyway, for now the fix is just to go back to the old situation, where we assume the user wants the GPS to |drive the AP all the time If you refer to your last fix (yesterday) , it is not sufficient, since like said the /autopilot/settings/gps-driving-true-heading property is not set to true.

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread James Turner
On 17 Jun 2013, at 15:41, grtuxhangar team hohora...@gmail.com wrote: If you refer to your last fix (yesterday) , it is not sufficient, since like said the /autopilot/settings/gps-driving-true-heading property is not set to true. No, I need to make further tweak this evening, don't worry

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread grtuxhangar team
Just tested with the Cub, working perfectly. Thank a lot Ahmad On 17 June 2013 16:42, James Turner zakal...@mac.com wrote: On 17 Jun 2013, at 15:41, grtuxhangar team hohora...@gmail.com wrote: If you refer to your last fix (yesterday) , it is not sufficient, since like said the

[Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread grtuxhangar team
Hello, For the record With FG Git : I cannot get working the autopilot with the route manager, we had an automatic update of the autopilot box , by getting a GPS button , when a way point was activated within the route manager. That feature is not longer working. We had within the GPS box ( menu

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread Saikrishna Arcot
The autopilot and route manager are working for me in Boeing 777-200, but the airport/waypoint lookup box in the GPS window is missing. Saikrishna Arcot On Sun 16 Jun 2013 07:09:22 AM CDT, grtuxhangar team wrote: Hello, For the record With FG Git : I cannot get working the autopilot with

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 13:09, grtuxhangar team hohora...@gmail.com wrote: For the record With FG Git : I cannot get working the autopilot with the route manager, we had an automatic update of the autopilot box , by getting a GPS button , when a way point was activated within the route

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread grtuxhangar team
Hello, It will help to have very precise test cases in the bug-tracker, since when I did some limited testing two weeks ago, I found searching by nearest or name did work. So really I would like to see very exact steps to reproduce, not simple 'is not working'. Which become an other topic :)

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 13:09, grtuxhangar team hohora...@gmail.com wrote: I cannot get working the autopilot with the route manager, we had an automatic update of the autopilot box , by getting a GPS button , when a way point was activated within the route manager. That feature is not longer

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread grtuxhangar team
Yes, i can first, the screenshot done with my working FG version ( was an old GIT version ) with its own fgdata https://3291185c-a-62cb3a1a-s-sites.googlegroups.com/site/grtuxhangarctd/other-download/fgfs-screen-511.jpg you can notice within the autopilot box Heading setting the GPS/FMS

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 15:46, grtuxhangar team hohora...@gmail.com wrote: Both same place , same computer.. I've just pushed a fix to FlightGear, which fixes part of this for the Cub. Please test and let me know if things are improved! Regards,