We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
系统:ubuntu 20.04, ros: noetic 服务器跑到BatchOptimization,在Iteration=0卡住不动。 修改LockGyroscopeBias,加入 return true; bool LockGyroscopeBias(bool lock) { gyro_bias_locked_ = lock; return true; } 修改LockAccelerometerBias,加入return true; 正常运行了。
The text was updated successfully, but these errors were encountered:
which file did these codes in?
Sorry, something went wrong.
No branches or pull requests
系统:ubuntu 20.04,
ros: noetic
服务器跑到BatchOptimization,在Iteration=0卡住不动。
修改LockGyroscopeBias,加入 return true;
bool LockGyroscopeBias(bool lock) {
gyro_bias_locked_ = lock;
return true;
}
修改LockAccelerometerBias,加入return true;
正常运行了。
The text was updated successfully, but these errors were encountered: