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

VO mode BUG🐛 #52

Open
theyunfeng opened this issue May 30, 2024 · 0 comments
Open

VO mode BUG🐛 #52

theyunfeng opened this issue May 30, 2024 · 0 comments

Comments

@theyunfeng
Copy link

theyunfeng commented May 30, 2024

VO模式下在特征点很少的时候后端会报错 /usr/include/eigen3/Eigen/src/Core/Redux.h:413: typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op<double, double>; Derived = Eigen::CwiseUnaryOp<Eigen::internal::scalar_abs_op, const Eigen::Matrix<double, -1, -1> >; typename Eigen::internal::traits::Scalar = double]: Assertion `this->rows()>0 && this->cols()>0 && "you are using an empty matrix"' failed. 经过调试发现问题在当marginalization_flag == MARGIN_OLD时,代码在下图位置marginalize() 函数中崩溃,且感觉VO模式貌似不是很准,请问是参数问题吗?
image

@theyunfeng theyunfeng changed the title grid_detect error VO mode BUG🐛 May 31, 2024
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

1 participant