This repository was archived by the owner on Aug 13, 2020. It is now read-only.
This repository was archived by the owner on Aug 13, 2020. It is now read-only.
Implement conversions for angular velocity and acceleration representations #106
Open
Description
There are two modules in pyfme/models/state/
called angular_velocity
and angular_acceleration
. They are in charge of updating (p [rad/s], q [rad/s], r [rad/s], theta_dot [rad/s], phi_dot [rad/s], psi_dot [rad/s] and p_dot [rad/s²], q_dot [rad/s²], r_dot [rad/s²], theta_2dot [rad/s²], phi_2dot [rad/s²], psi_2dot [rad/s²]) but conversions are not implemented