pheidlauf / AeroBenchVV

Simulation and analysis tools for autonomous F-16 maneuvers as a V&V benchmark
GNU General Public License v3.0
63 stars 22 forks source link

is p_s in the animation really in degrees / sec #5

Closed stanleybak closed 6 years ago

stanleybak commented 6 years ago

I think it's in radians / sec... I don't see the conversion in my_flypath.m

pheidlauf commented 6 years ago

You were correct. my_flypath was displaying in rad/s but labeling deg/s. I corrected and standardized the units by changing the displayed values to deg/s.