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

start outputting data after static initialization #1171

Merged
merged 2 commits into from
Nov 28, 2023

Conversation

borongyuan
Copy link
Contributor

When ZUPT is enabled, OpenVINS is initialized statically. However, the initialization flag of ov_msckf::VioManager will only become true after there is initial motion excitation. Therefore, RTAB-Map would not receive the data until the camera moved. After the fix, the system can get data earlier, while remaining stationary.

Pixel noise is restored to 1. If cameras and IMU are not perfectly synchronized, it may result in fewer feature points. At this time, online offset calibration should be enabled rather than increasing pixel noise. See #1151.

@matlabbe matlabbe merged commit 07c24e9 into introlab:master Nov 28, 2023
7 checks passed
@matlabbe
Copy link
Member

LGTM!

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

Successfully merging this pull request may close these issues.

2 participants