Skip to content
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

Closed
ydsf16 opened this issue May 1, 2020 · 7 comments
Closed

ZV-UP feature #57

ydsf16 opened this issue May 1, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@ydsf16
Copy link

ydsf16 commented May 1, 2020

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.

@goldbattle goldbattle added the enhancement New feature or request label May 1, 2020
@goldbattle
Copy link
Member

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.

@ydsf16
Copy link
Author

ydsf16 commented May 1, 2020

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?

@goldbattle
Copy link
Member

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.

@ydsf16
Copy link
Author

ydsf16 commented May 1, 2020

Just for confirming

  1. At the propagation state, use the identity state transition matrix?
  2. In the state augmentation stage, do not clone new camera states?
  3. In the update stage, actually no update?

@WoosikLee2510
Copy link
Member

WoosikLee2510 commented May 1, 2020 via email

@ydsf16
Copy link
Author

ydsf16 commented May 1, 2020

Got it, thanks a lot.

@rpng-guest
Copy link
Contributor

PR #79 should address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants