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

Altitude Sensing Reversed #11

Closed chris-ali closed 8 years ago

chris-ali commented 8 years ago

Climbing in the simulation results in a decrease in the altitude (down) state and vice versa.

chris-ali commented 8 years ago

As of ebdd4206c63cbb07af47bc4c28a4b2072bd0a146 the altitude sensing is reversed. Since inertial frame also follows body coordinate convention (North, East, Down), Down_dot needs to be negated to show the right sign of change in altitude.