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

Does OKVIS support online calibration? #47

Open
vincentcheng62 opened this issue Sep 28, 2017 · 2 comments
Open

Does OKVIS support online calibration? #47

vincentcheng62 opened this issue Sep 28, 2017 · 2 comments

Comments

@vincentcheng62
Copy link

As mentioned in the paper, online calibration produce fairly good result.
Does the OKVIS program support online calibration?

@shenyingying
Copy link

I think no

@weblucas
Copy link
Contributor

yes. you need to change these parameters on the config yaml file

===============

camera_params:
camera_rate: 20 # just to manage the expectations of when there should be frames arriving
sigma_absolute_translation: 0.0 # The standard deviation of the camera extrinsics translation, e.g. 1.0e-10 for online-calib [m].
sigma_absolute_orientation: 0.0 # The standard deviation of the camera extrinsics orientation, e.g. 1.0e-3 for online-calib [rad].
sigma_c_relative_translation: 0.0 # The std. dev. of the cam. extr. transl. change between frames, e.g. 1.0e-6 for adaptive online calib (not less for numerics) [m].
sigma_c_relative_orientation: 0.0 # The std. dev. of the cam. extr. orient. change between frames, e.g. 1.0e-6 for adaptive online calib (not less for numerics) [rad].
timestamp_tolerance: 0.005 # [s] stereo frame out-of-sync tolerance

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

No branches or pull requests

3 participants