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
All of the functions I see in quaternions.jl have better optimized / more general equivalents in ReferenceFrameRotations (e.g. rotX should just be angle_to_quat(angle, :X). Should we refactor this file to instead use those?