Files
sjy01-preprocessing/extract/attitude.go
nuknal efd824cc8a aux
2024-05-20 11:08:24 +08:00

11 lines
212 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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