feature.hpp: Small typo fix

This commit is contained in:
Kartik Mohta 2018-01-09 23:20:17 -05:00
parent 11a77142ef
commit 0b486f1049
No known key found for this signature in database
GPG Key ID: 42AE2262EC5462E4

View File

@ -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;