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
The code gets better structured and therefore easier to understand: instead of having quaternions + rotation matrixes + euler angles we only have quaternions for computation and euler angles for interpretability
A disadvantage might be that quaternions are tricky to understand. But with good functions / documentation this should be fine.
The text was updated successfully, but these errors were encountered:
Well, there are not many conversions that are really required. The main conversion function is calc_heading(). Feel free to write a version of this function that uses quaternions. But it is not time critical, because it is called only once per timestep and not in the callback of the DAE solver.
The advantages would be:
A disadvantage might be that quaternions are tricky to understand. But with good functions / documentation this should be fine.
The text was updated successfully, but these errors were encountered: