Ampere K. Hardraade wrote:
I think it will probably be a good idea to increase the distance that triggers the poping of waypoints. Right now, the plane practically gets on top of the way point before switching to the next, which is causing some awfully violent maneuvers.

Regards,
Ampere

On June 3, 2004 11:23 am, Durk Talsma wrote:

This is hardcoded in src/Autopilot/route_mgr.cxx, line 112:

   if ( wp_distance < 200.0 ) {
           pop_waypoint();

distance is probably in meters, but I might be wrong here.

HTH,
Durk

On Wednesday 02 June 2004 21:57, Seamus Thomas Carroll wrote:

Hi,

Does anyone know where the variable is kept that holds the distance to
a waypoint that triggers moving the current waypoint to the next
waypoint?

Seamus



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

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


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


How do real life FMS's do it? Does this generally vary? If so maybe it would make sense to pick this number up from the autopilot XML with a default defined in preferences.xml.


Josh

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

Reply via email to