diff --git a/src/sensor_base.h b/src/sensor_base.h
index c89ba7911d464733d19298b4d4cd1194e2e896d4..a37132be06180dd43c1b0c9455aa5f46bf0b5f76 100644
--- a/src/sensor_base.h
+++ b/src/sensor_base.h
@@ -50,7 +50,7 @@ class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBa
         Eigen::VectorXs noise_std_; // std of sensor noise
         Eigen::MatrixXs noise_cov_; // cov matrix of noise
 
-        std::map<StateBlockPtr,FeatureBasePtr> params_prior_map_; // Priors (value and covariance) of extrinsic & intrinsic state blocks (multimap
+        std::map<unsigned int,FeatureBasePtr> params_prior_map_; // Priors (value and covariance) of extrinsic & intrinsic state blocks (by index in state_block_vec_)
 
     public:
         /** \brief Constructor with noise size