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

Only 2 DOF supported #2

Closed chris-ali closed 8 years ago

chris-ali commented 8 years ago

Euler angles, angular rates, and lateral velocites disabled while integration issues are sorted

chris-ali commented 8 years ago

As of 900d4c850c6a84a91a0f1df7f96b5919a3024aaa the aircraft's longitudinal modes respond as expected - Lateral modes have not been observed yet. The simulation is (for the time being) a 3DOF simulation (pitch, vertical and horizontal translation).

chris-ali commented 8 years ago

Aircraft can be longitudinally trimmed as of fb4c356e226c068c85347609d62faa32b019b87e. Lateral states are bound incorrectly; aileron rolls result in permanently negative values of phi. Need to investigate more.

chris-ali commented 8 years ago

As of a8069c2043dffb47fa6866a80ae8760428cda335, simulation responds to lateral doublet inputs with expected results in dutch roll and in roll subsidence. Angle bounding bugs still present though; will open a new issue regarding those.