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

请问我用realsense d430 一直报错 F0730 18:06:54.933780 17139 schur_vins.cpp:158] Check failed: _dt >= 0 && _dt < 0.015 dt: 0.017498 #15

Open
yst-one opened this issue Jul 30, 2024 · 4 comments

Comments

@yst-one
Copy link

yst-one commented Jul 30, 2024

F0730 18:06:54.933780 17139 schur_vins.cpp:158] Check failed: _dt >= 0 && _dt < 0.015 dt: 0.017498
我该如何修改dt 判断让他过去这个检测

@Liansheng-Wang
Copy link

你可以编译通过吗?我按照这个readme 编译构建,直接失败了

@FnLime
Copy link

FnLime commented Sep 20, 2024

F0730 18:06:54.933780 17139 schur_vins.cpp:158] Check failed: _dt >= 0 && _dt < 0.015 dt: 0.017498 我该如何修改dt 判断让他过去这个检测

请问解决这个问题了吗?您是跑单目还是双目碰见的问题,我是在跑单目的时候

@RayTang88
Copy link

我也遇到了,这个好像是判断的IMU的时间戳,要提高IMU的频率,200HZ这种?

@Yangrlan
Copy link

Yangrlan commented Jan 3, 2025

schur_vins.cpp:158 in function SchurVINS::Prediction:
CHECK(_dt >= 0 && _dt < 0.015) << "dt: " << _dt;
Maybe changing the threshold 0.015 works.

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

5 participants