-
Notifications
You must be signed in to change notification settings - Fork 92
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
About units of params Accel Random Walk and Rate Random Walk #2
Comments
Hello, So I believe the other parameters have the same units as in the Kalibr documentation so if there is something not matching, could you be more specific? Thanks |
Hi author, thanks for your help very very much. |
Actually, the Kalibr documentation is correct, and ethz-asl/kalibr#354 and borglab/gtsam#213 are wrong. I've already replied in those two issues. @narutojxl wrote:
You were almost correct. The units should be |
Hi @mintar, thanks for your detailed explaination. I read in your PR4, and kalibr/issues/354 comment.
|
I made a mistake in ori-drs#4 (ee29d7b). The tables I posted there were correct, but my code changes did not reflect what was in the tables. Thanks @narutojxl for spotting this! (ori-drs#2 (comment)).
@narutojxl : Great catch! Yes, you were right all the time. The tables I've posted are correct, but I made a mistake in my comment to you and in #4. I've made a pull request to fix this (#8). |
Thanks @mintar :). |
Hi author,
Thanks for your sharing so convient tool to community very much.
In code we average three axis
Accel Random Walk
to getaccelerometer_random_walk
of kalibr.accelerometer_random_walk
's unit ism/s^3/sqrt(HZ)
, namelym/s^2/sqrt(s)
, but theAccel Random Walk
's unit ism/s^2
, is there a typo ? The same question exist aboutRate Random Walk
.Velocity Random Walk
andAngle Random Walk
units are equal toaccelerometer_noise_density
andgyroscope_noise_density
of kalibr. Thanks for your help and time!allan_variance_ros/scripts/analysis.py
Line 121 in 25a3388
The text was updated successfully, but these errors were encountered: