quat2eul is giving me a strange result

조회 수: 13 (최근 30일)
Adam Levschuk
Adam Levschuk 2021년 3월 31일
답변: James Tursa 2021년 4월 2일
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
James Tursa
James Tursa 2021년 4월 2일
편집: James Tursa 2021년 4월 2일
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.
Adam Levschuk
Adam Levschuk 2021년 4월 2일
youre right, all i did to fix it was add 2 pi to fix that switching when the angle was ambiguous. If you wnat you can post that as a formal answer real quick so i can accept it fro you because you were right here!

댓글을 달려면 로그인하십시오.

채택된 답변

James Tursa
James Tursa 2021년 4월 2일
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개)

카테고리

Help CenterFile Exchange에서 Calendar에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by