[EMAIL PROTECTED] wrote:

I'm messing around with waypoints, ie race track loop around airports, etc... but found the [EMAIL PROTECTED] command doesn't seem to work with multiple waypoints altitudes... The plane eventually has it's own mind with regard to what altitude it wants to fly. I also tried the flightplan, but have the same isue. The altitude in the gui autopilot works very stable. So... is there a way to implement a series of waypoints at different altitudes? My next attack was going to cut into the route manger code in try to implement a file read to the autopilot data points, any input would be appreciated... Thanks for your help... Craig E.

This used to work back when it was first implimented. You may want to check that the route manager is setting the same property name for target elevation that the autopilot is using.

Downside of using properties for these things rather than C++ variables if you change one side and not the other, the compiler won't catch it for you, but the upside is a tremendous amount of increased flexibility and power so we live with it ...

Curt.

--
Curtis Olson        http://www.flightgear.org/~curt
HumanFIRST Program  http://www.humanfirst.umn.edu/
FlightGear Project  http://www.flightgear.org
Unique text:        2f585eeea02e2c79d7b1d8c4963bae2d


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to