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
Using quaternions causes a lot of issues with correction because they aren't very well behaved and we can't constain them to unit quaternions through the CSM API. Instead we should use standard Euler angles like we do in the other sensors. We can likely re-use much of the code from the other sensors to do this.
The text was updated successfully, but these errors were encountered:
Using quaternions causes a lot of issues with correction because they aren't very well behaved and we can't constain them to unit quaternions through the CSM API. Instead we should use standard Euler angles like we do in the other sensors. We can likely re-use much of the code from the other sensors to do this.
The text was updated successfully, but these errors were encountered: