ZUPT DETECTION ALGORITHM #113
Answered
by
rodralez
scott198510
asked this question in
Q&A
In the above codes, attitude is equal to the mean of previous states, so I think index "i" is not in previous indexes. Then we should edited all indexes " :i " to: “:i-1”, such as below: What is your opinion? @rodralez |
Answered by
rodralez
May 14, 2022
Replies: 2 comments
|
Yes, it is. Hi, i have query for you, for real time implementation this INS which uC/uP is preferable. The uC/uP should have double precision floating point .. right..!? |
0 replies
|
The ZUPT algorithm calculates the mean of both attitude and position variables between the current inertial time ( |
0 replies
Answer selected by
rodralez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ZUPT algorithm calculates the mean of both attitude and position variables between the current inertial time (
i) and the past zupt window time (i-idz), if the mean of the velocity is under a threshold (gnss.zupt_th).