You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
unless there is another suggestion they will be implemented under utils package in an angular_kinematic_transformations.py module with names (suggestions are also welcomed): euler_rates_to_body_ang_vel and viceversa and their tests in utils\tests\...
Hands up? I think this is an easy task for newcomers
After that, system\models\state\angular_velocity.py will make use of the functions above.
Finally, a similar procedure will be followed with angular accelerations. (We can progress in parallel if there's more than one person willing to contribute).
There are two modules in
pyfme/models/state/
calledangular_velocity
andangular_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 implementedThe text was updated successfully, but these errors were encountered: