Implementing VNAV support in FlightGear: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 122: Line 122:
* a way of implementing this data into the aircraft's model(usually xml file)
* a way of implementing this data into the aircraft's model(usually xml file)


== JSBSim - Open Questions ==
Some of the more interesting questions to ask JSBSim experts would be:
* better prototype this in standalone mode or not ?
* possibly use a 2nd instance for the computations of the Performance DB, or can we use the same instance ?
* how to do systems modeling in JSBSim that involves running the same FDM inside the simulation, and parametrizing it for reverse-solving, i.e. given altitude/speed constraints for legs, to get the proper pitch/thrust settings
* how to save the output in some form of lookup table, either in-memory or to some separate file
* how to run reverse-solver queries against such a solver to come up with the proper pitch/throttle changes.
* whether the property tree interface suffices or if some separate command interface should be used for interfacing the solver to FG
* any better/alternate ideas ?


== Mishc Resources ==
== Mishc Resources ==

Navigation menu