rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.13k stars 630 forks source link

Does there exist an more detailed explanation on the zero velocity detection in theory? #252

Closed ze-ta closed 2 years ago

ze-ta commented 2 years ago

Hi, guys! Why do you use the following condition to see if we are current at zero velocity? $$\tilde{\mathbf{z}}^T (\mathbf{H} \mathbf{P} \mathbf{H}^T + \alpha \mathbf{R})^{-1} < \chi^2$$ What does $\mathbf{H},\mathbf{P},\mathbf{R}$ means? Does there exist an detailed explanation or reference?

goldbattle commented 2 years ago

The wiki page has some details and references if you are still interested: https://docs.openvins.com/update-zerovelocity.html