-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZV-UP feature #57
Comments
This is something I plan to release down the line, and it is on the todo list. No timeline for releasing it, but if you wish to create your own you can detect based on chi2 with the imu and image feature disparity check. |
Thanks for your reply. What I am curious about is what to do after the detection of vehicle static? Is it simple to not propagate and update, or add some static observation functions? If it is the latter, what kind of observation should be added? |
We directly changed the state time (i.e. identity state transition matrix through propagation) and updated the state. We also skipped adding feature measurements so that the feature tracking can continue un-interrupted after the zero velocity update starts. |
Just for confirming
|
There can be multiple ways to implement ZV-UP. One of our versions skips
propagation/augmentation and updates the state using IMU
measurements/discarding camera measurements.
But as Patrick mentioned, ZV-UP is the future work so the included version can be different from what I described.
|
Got it, thanks a lot. |
PR #79 should address this. |
In this video, https://www.youtube.com/watch?v=MCzTF9ye2zw&t=30s,
ZV-UP is used when the vehicle is static, can you share some references or open the feature in this repo.
The text was updated successfully, but these errors were encountered: