Skip to content

Down velocity in INS/GNSS integration example using synthetic data #61

Answered by rodralez
yuzhangjun-gps asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Thank you for pointing out this problem again.

I re checked my code and found an error in function F_update.m. There was a problem with the sign of matrices DCMbn corresponding to gyros dynamic biases in matrices F and G.

Old matrices were:

F = [F11  F12  F13  DCMbn   Z  ;
    F21  F22  F23   Z       DCMbn  ;
    F31  F32  F33   Z       Z      ;
    Z    Z    Z     Fgg     Z      ;
    Z    Z    Z     Z       Faa    ;
    ];

G = [DCMbn  Z     Z    Z ;
    Z      DCMbn  Z    Z ;
    Z      Z      Z    Z ;
    Z      Z      Fbg    Z ;
    Z      Z      Z    Fba ;
    ];

And new matrices are:

F = [F11  F12  F13  DCMbn   Z  ;
    F21  F22  F23   Z       -DCMbn  ;
    F31  F32  F33   Z  …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@yuzhangjun-gps
Comment options

Comment options

You must be logged in to vote
1 reply
@yuzhangjun-gps
Comment options

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