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

param.h中注释IMU单位是不是写错了 #17

Open
cheslee-z opened this issue Apr 12, 2023 · 2 comments
Open

param.h中注释IMU单位是不是写错了 #17

cheslee-z opened this issue Apr 12, 2023 · 2 comments

Comments

@cheslee-z
Copy link

No description provided.

@cheslee-z
Copy link
Author

    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)

@julianrobot
Copy link

我也觉得单位应该是
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

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