Skip to content
Snippets Groups Projects
Commit fa93c139 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

WIP

parent 0df60e55
No related branches found
No related tags found
1 merge request!243Constraint prior sensor params
......@@ -51,6 +51,8 @@ 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
FeatureBaseList params_prior_list_; // Priors (value and covariance) of extrinsic & intrinsic parameters
public:
/** \brief Constructor with noise size
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment