Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

消除重力问题 #11

Open
Jxpenggf opened this issue Jun 2, 2020 · 1 comment
Open

消除重力问题 #11

Jxpenggf opened this issue Jun 2, 2020 · 1 comment

Comments

@Jxpenggf
Copy link

Jxpenggf commented Jun 2, 2020

在代码中Rwb.transpose() * ( ddp - gn ),有点迷惑,我觉得应该是加号啊,难道这个z轴向下?

@Jxpenggf Jxpenggf closed this as completed Jun 4, 2020
@Jxpenggf Jxpenggf reopened this Jun 4, 2020
@Jxpenggf Jxpenggf closed this as completed Jun 4, 2020
@Jxpenggf Jxpenggf reopened this Jun 4, 2020
@Jxpenggf Jxpenggf closed this as completed Jun 4, 2020
@Jxpenggf Jxpenggf reopened this Jun 4, 2020
@TouchDeeper
Copy link

@Jxpenggf 当加速度计各轴和东北天坐标系对齐,根据受力平衡,f+mg=ma. 加速度计通过测量 f 得到加速度测量,即imu_acc,imu_acc = f/m = a - g. 当加速度计各轴和东北天坐标系不对齐,Rwb*f + mg = ma,得出 imu_acc = Rbw(a-g)。以上推导与g的正负无关。东北天下g=(0,0,-9.81)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants