修复陀螺仪角加速度bug

This commit is contained in:
kai
2024-01-18 23:42:53 +08:00
parent 7efa8b11bb
commit 72b50e8a65

View File

@@ -44,6 +44,7 @@ typedef struct
float MotionAccel_n[3]; // 绝对系加速度 float MotionAccel_n[3]; // 绝对系加速度
float AccelLPF; // 加速度低通滤波系数 float AccelLPF; // 加速度低通滤波系数
float DGyroLPF;
// bodyframe在绝对系的向量表示 // bodyframe在绝对系的向量表示
float xn[3]; float xn[3];