vel_update #87
-
Dear NaveGo-Team, thank you for your very helpful work. I have a question about function "vel_update". Why do you not multiply the Coriolis acceleration by the velocity in your velocity update formula? Here is the location (vel_update.m, line 44-46)
I'm sorry for my lack of study, but it seems to be multiplied in the reference, so please tell me. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello, Thank you for pointing out this BIG bug. I had to modified the following functions: ins-gnss/ins_gnss.m The transport and Earth rates were incorrectly defined in NaveGo as well. Since these turn rates and Corolioris can be neglected in navigation systems that are based on tactical-grade sensors and inferior categories, NaveGo's examples are unaffected by these changes. Kind regards. |
Beta Was this translation helpful? Give feedback.
Hello,
Thank you for pointing out this BIG bug.
I had to modified the following functions:
ins-gnss/ins_gnss.m
ins/coriolis.m
ins/earth_rate.m
ins/transport_rate.m
ins/vel_update.m
simulation/acc_gen.m
simulation/gyro_gen.m
The transport and Earth rates were incorrectly defined in NaveGo as well.
Since these turn rates and Corolioris can be neglected in navigation systems that are based on tactical-grade sensors and inferior categories, NaveGo's examples are unaffected by these changes.
Kind regards.