Skip to content

Estimation bias while working with navego_example_real_ekinox #74

Answered by rodralez
Boooooots asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

The bias is modeled as having a constant part (static, xb_sta) and a changing part (dynamic, xb_dyn), which is quite convenient when dealing with noisy IMUs.

The imu.gb_std and imu.ab_std, standard deviations, are used for simulating the inertial sensors. You should modify imu.arw and imu.vrw, respectively, to set the level of noise of your inertial sensors to adjust the performance of your navigation system.

The kf.xp(1:9) states are the only error states (Δx) and are set to zero before each Kalman filter iteration. The rest of the states, kf.xp(10:15), are not error states since they are used for both biases estimation and correction.

Kind regards.

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rodralez
Comment options

You must be logged in to vote
7 replies
@na851998
Comment options

@rodralez
Comment options

@na851998
Comment options

@rodralez
Comment options

@na851998
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants