Hi,
Hate to be a nuisance, but is there any reason for this limit:

if (_last_speed_kts < 60) {
      // need valid leg course and sensible ground speed to compute the turn
      return;
    }

in Instrumentation/gps.cxx line 770?

If I have a vehicle with a ground speed of less than 60, the route manager 
does not sequence waypoints. Replacing with a value of 10, eveything works 
fine.
I think this value is used mostly inside GPS::computeTurnRadiusNm (line 947).

Cheers,
Adrian

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to