diff --git a/include/msckf_vio/feature.hpp b/include/msckf_vio/feature.hpp index 0ee766e..f9f08c5 100644 --- a/include/msckf_vio/feature.hpp +++ b/include/msckf_vio/feature.hpp @@ -142,7 +142,7 @@ struct Feature { // state_id(key)-image_coordinates(value) manner. std::map, Eigen::aligned_allocator< - std::pair > > observations; + std::pair > > observations; // 3d postion of the feature in the world frame. Eigen::Vector3d position;