This commit is contained in:
nuknal
2024-05-20 11:08:24 +08:00
parent f609b2b023
commit efd824cc8a
14 changed files with 332 additions and 69 deletions

10
extract/attitude.go Normal file
View File

@@ -0,0 +1,10 @@
package extract
/*
将欧拉角 (yaw, pitch, roll) 转换为旋转矩阵
参数:
- yaw: 偏航角绕Z轴旋转
- pitch: 俯仰角绕Y轴旋转
- roll: 滚转角绕X轴旋转
*/