Last updated on May 7, 2023 pm
[TOC]
MSCKF
1 2 3 4 5 6 7 8 9 10 11 12
| typedef std::map<FeatureIDType, Feature, std::less<int>, Eigen::aligned_allocator<std::pair<const FeatureIDType, Feature> > > MapServer;
struct Feature { FeatureIDType id;
Eigen::Vector3d position;
std::map<StateIDType, Eigen::Vector4d, std::less<StateIDType>, Eigen::aligned_allocator<std::pair<const StateIDType, Eigen::Vector4d> > > observations; };
CPP
|
感谢你的支持,我会继续努力!
扫码打赏,建议金额1-10元
Powered By 畅言云评
提醒:打赏金额将直接进入对方账号,无法退款,请您谨慎操作。
Data Association in MSCKF
https://cgabc.xyz/posts/c92888db/