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
No description provided.
The text was updated successfully, but these errors were encountered:
double gyro_noise_sigma = 0.015; // rad/s double acc_noise_sigma = 0.019; // m/(s^2)
rad/s应该是表示的应该是离散时间的单位,可参考https://github.com/ethz-asl/kalibr/issues/354,但看imu.cpp中更新时还会离散化,所以这里的单位应该是为rad/s*sqrt(s)
Sorry, something went wrong.
我也觉得单位应该是 double gyro_noise_sigma = 0.015; // rad/s/√Hz or (rad/s)*√(s) double acc_noise_sigma = 0.019; // m/(s²)/√Hz or (m/s²)*√s or m/s^1.5
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: