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

Changing IMU Noise Parameters for the Realsense D435i #70

Open
Ryan-Red opened this issue Jul 19, 2022 · 4 comments
Open

Changing IMU Noise Parameters for the Realsense D435i #70

Ryan-Red opened this issue Jul 19, 2022 · 4 comments

Comments

@Ryan-Red
Copy link
Collaborator

See #29 and UZ-SLAMLab/ORB_SLAM3#346

@Ryan-Red
Copy link
Collaborator Author

Ryan-Red commented Jul 19, 2022

Results from running Allan Variance code (see https://github.com/Ryan-Red/AllanVariance):

Accelerometer:

${A}_{x}$

${\sigma}_{err}$ = 0.01066

${\sigma}_{bias}$ = 0.00930

${A}_{y}$

${\sigma}_{err}$ = 0.009769

${\sigma}_{bias}$ = 0.0067668

${A}_{z}$:

${\sigma}_{err}$ = 0.0091809

${\sigma}_{bias}$ = 0.0066491

@Ryan-Red
Copy link
Collaborator Author

Gyroscope:

${G}_{x}$

${\sigma}_{err}$ = 0.008449

${\sigma}_{bias}$ = 0.000635

${G}_{y}$

${\sigma}_{err}$ = 0.0007782

${\sigma}_{bias}$ = 0.000665

${G}_{z}$:

${\sigma}_{err}$ = 0.0006561

${\sigma}_{bias}$ = 0.0007541

@Ryan-Red
Copy link
Collaborator Author

Ryan-Red commented Jul 19, 2022

To get the error and bias for all axes on the accelerometers and gyroscopes, use:
${\sigma}_{err}^{T} = max (\sigma_x, \sigma_y, \sigma_z)$ (err subscript dropped)

${\sigma}_{bias}^{T} = max (\sigma_x, \sigma_y, \sigma_z)$ (bias subscript dropped)

For the accelerometer:

${\sigma}_{err}^{T} = 0.01066$

${\sigma}_{bias}^{T} = 0.00930$

For the gyroscope:

${\sigma}_{err}^{T} = 0.008449$

${\sigma}_{bias}^{T} = 0.000754$

@DavidPetkovsek
Copy link
Collaborator

DavidPetkovsek commented Aug 5, 2022

Accelerometer Noise

${\sigma}_{err}^{T} = 0.01066$

Accelerometer Walk

${\sigma}_{bias}^{T} = 0.00930$

Gyroscope Noise

${\sigma}_{err}^{T} = 0.008449$

Gyroscope Walk

${\sigma}_{bias}^{T} = 0.000754$

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