Replies: 4 comments
-
@HelloIDTC 放在平地上的原始度数,用来纠正水平的安装误差 |
Beta Was this translation helpful? Give feedback.
0 replies
-
那如果安装没有误差,而是在起飞前飞机没有水平放置,这种可以纠正么?(因为这时加速度计读数是倾斜的,但陀螺仪测得的角速度依然为0 ) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@HelloIDTC 摆放只要不大角度倾斜,还是允许起飞的,起飞后会回正 |
Beta Was this translation helpful? Give feedback.
0 replies
-
也就是软件只纠正IMU安装时的倾斜,并不纠正飞机放置时的倾斜? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
请问加速度计的倾斜校准函数sensorsAccAlignToGravity中的这两个值是如何取得的?在代码中没有找到CONFIG_PITCH_CALIB,CONFIG_ROLL_CALIB,这两个值的定义
#define PITCH_CALIB (CONFIG_PITCH_CALIB1.0/100)
#define ROLL_CALIB (CONFIG_ROLL_CALIB1.0/100)
Beta Was this translation helpful? Give feedback.
All reactions