quat2eul is giving me a strange result
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Adam Levschuk
am 31 Mär. 2021
Beantwortet: James Tursa
am 2 Apr. 2021
Hello All,
I am using the quat2eul function to convert quaternions to euler Angles, However, after i do that i get a strange result. It appears that whenever ever my angle gets greater than pi it switches to a negative angel. Does anyone know how to fix this? i have attached a photo so you can see what I'm talking about.

2 Kommentare
James Tursa
am 2 Apr. 2021
Bearbeitet: James Tursa
am 2 Apr. 2021
Please post a small subset of your quaternion data that encompasses one of these pos/neg switches, and also the code you are using for the conversion. Maybe all you have to do is add 2*pi to all results that are less than -pi to get things how you want.
Akzeptierte Antwort
James Tursa
am 2 Apr. 2021
Maybe all you have to do is add 2*pi to all results that are less than -pi to get things how you want.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!