@@ -50,7 +50,7 @@ class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBa
...
@@ -50,7 +50,7 @@ class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBa
Eigen::VectorXsnoise_std_;// std of sensor noise
Eigen::VectorXsnoise_std_;// std of sensor noise
Eigen::MatrixXsnoise_cov_;// cov matrix of noise
Eigen::MatrixXsnoise_cov_;// cov matrix of noise
std::map<StateBlockPtr,FeatureBasePtr>params_prior_map_;// Priors (value and covariance) of extrinsic & intrinsic state blocks (multimap
std::map<unsignedint,FeatureBasePtr>params_prior_map_;// Priors (value and covariance) of extrinsic & intrinsic state blocks (by index in state_block_vec_)