Quaternions to Euler angles conversion

버전 1.0.1 (957 Bytes) 작성자: J Chen
Convert quaternions to Euler angles using Z-Y-X rotation sequence
다운로드 수: 227
업데이트 날짜: 2020/4/14

Convert quaternions to Euler angles. Note that the Euler angles are different for different rotation sequence. The Euler angles rotation sequence used in this code is z-y'-x'' (yaw, pitch, roll). The rotation is intrinsic, i.e., rotates along new axes. This definition is widely used by aerospace engineers.

Reference: https://en.wikipedia.org/wiki/Conversion_between_quaternions_and_Euler_angles

Verification: www.andre-gaschler.com/rotationconverter/
Note that quaternions to Euler is not unique but Euler to quaternions is unique. So it is better to get the Euler of a normalized quaternions (such as [ 0.7071068, 0, 0.7071068, 0]) from the function and use the verification tool to convert the Euler to quaternions. The quaternions should match if the rotation sequence is correctly chosen.

인용 양식

J Chen (2024). Quaternions to Euler angles conversion (https://github.com/fuxicon/quaternion2euler), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.1

Modify description

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.