From 0b486f10497bd8cebe00040e018ebf9699fb59a8 Mon Sep 17 00:00:00 2001 From: Kartik Mohta Date: Tue, 9 Jan 2018 23:20:17 -0500 Subject: [PATCH] feature.hpp: Small typo fix --- include/msckf_vio/feature.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;