feature.hpp: Small typo fix
This commit is contained in:
parent
11a77142ef
commit
0b486f1049
@ -142,7 +142,7 @@ struct Feature {
|
|||||||
// state_id(key)-image_coordinates(value) manner.
|
// state_id(key)-image_coordinates(value) manner.
|
||||||
std::map<StateIDType, Eigen::Vector4d, std::less<StateIDType>,
|
std::map<StateIDType, Eigen::Vector4d, std::less<StateIDType>,
|
||||||
Eigen::aligned_allocator<
|
Eigen::aligned_allocator<
|
||||||
std::pair<const StateIDType, Eigen::Vector2d> > > observations;
|
std::pair<const StateIDType, Eigen::Vector4d> > > observations;
|
||||||
|
|
||||||
// 3d postion of the feature in the world frame.
|
// 3d postion of the feature in the world frame.
|
||||||
Eigen::Vector3d position;
|
Eigen::Vector3d position;
|
||||||
|
Loading…
Reference in New Issue
Block a user