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 was archived by the owner on Aug 2, 2024. It is now read-only.
I am working with Microsoft Visual Studio 2019 16.6.1 in Windows 10 x64 environment.
Well. There seems to be some problem in the numerical accuracy of Euler's new angle conversion feature.
For instance; When I convert, for example, roll=90º ,pitch=90º, yaw=0º to rotor, I get in rotor: roll=0º, pitch=89.972º, yaw=0º.I find a noticeable difference between 90º and 89,972º (0.028º) that can build up too quickly.
I am working with Microsoft Visual Studio 2019 16.6.1 in Windows 10 x64 environment.
Well. There seems to be some problem in the numerical accuracy of Euler's new angle conversion feature.
For instance; When I convert, for example, roll=90º ,pitch=90º, yaw=0º to rotor, I get in rotor: roll=0º, pitch=89.972º, yaw=0º.I find a noticeable difference between 90º and 89,972º (0.028º) that can build up too quickly.
I get:
DJuego