Skip to content

Time asynchronism error between IMU and GPS #90

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

You must be logged in to vote

IMU and GNSS sensors usually work at different sampling frequencies and the data delivery of both measurements is not synchronized either. And, in fact, this is not a problem. Each sensor has its own timestamp vector (imu.t and gnss.t), Navego compares both vectors at each imu.t timestamp. If a new GNSS data is available inside a time window ε (epsilon), where the inertial current timestamp is centered in the middle, the Kalman filter is executed. If not, the inertial navigation system keeps executing. See ins_gnss.m line 315.

I hope these comments will be helpful.

Kind regards.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Boooooots
Comment options

@rodralez
Comment options

@Boooooots
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
2 participants