chris-ali / j6dof-flight-sim

A high fidelity 6DOF flight simulation that the user can fly themselves or run to analyze an aircraft's flight dynamics
GNU General Public License v3.0
49 stars 13 forks source link

Separate FlightControls into State and Actuator objects #53

Closed chris-ali closed 6 years ago

chris-ali commented 6 years ago

In order to separate a pilot's flight control input from the actual value that the control is actuated by, separate the FlightControls object into a state and actuator object. This will allow fly-by-wire and autopilot systems to be more easily integrated, and can be used elsewhere in the project that response lag is desired for realism

chris-ali commented 6 years ago

Done as of 590187a523637d0c557fcab4b2dd3b0cc1b096be