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

解决Iteration=0卡住不动的问题。 #55

Open
JiangWeiHn opened this issue Feb 22, 2023 · 1 comment
Open

解决Iteration=0卡住不动的问题。 #55

JiangWeiHn opened this issue Feb 22, 2023 · 1 comment

Comments

@JiangWeiHn
Copy link

系统:ubuntu 20.04,
ros: noetic
服务器跑到BatchOptimization,在Iteration=0卡住不动。
修改LockGyroscopeBias,加入 return true;
bool LockGyroscopeBias(bool lock) {
gyro_bias_locked_ = lock;
return true;
}
修改LockAccelerometerBias,加入return true;
正常运行了。

@tdcsu
Copy link

tdcsu commented Jun 13, 2024

which file did these codes in?

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