Problem Description
This PR adds directional stability (yaw moment) by calculating a sideslip and estimating the coefficient for it. Previously there was no component generating yaw moment on the vehicle.
Added Calculation of sideslip and stored as data frames in "angle_of_sideslip"
I have only added moment coefficients for sideslips intentionally. There are no side forces generated from sideslip
Additional Context
Out of convenience, AoA dataframes were renamed as angle_of_attack so it stays consistent with the sideslip angle_of_sideslip
Problem Description This PR adds directional stability (yaw moment) by calculating a sideslip and estimating the coefficient for it. Previously there was no component generating yaw moment on the vehicle.
Additional Context
AoA
dataframes were renamed asangle_of_attack
so it stays consistent with the sideslipangle_of_sideslip