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

space

parent 82f73ee9
No related branches found
No related tags found
1 merge request!243Constraint prior sensor params
This commit is part of merge request !243. Comments created here will be created in the context of that merge request.
...@@ -160,7 +160,6 @@ class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBa ...@@ -160,7 +160,6 @@ class SensorBase : public NodeBase, public std::enable_shared_from_this<SensorBa
const Eigen::MatrixXs& _cov, const Eigen::MatrixXs& _cov,
unsigned int _start_idx = 0, unsigned int _start_idx = 0,
int _size = -1); int _size = -1);
void addPriorP(const Eigen::VectorXs& _x, void addPriorP(const Eigen::VectorXs& _x,
const Eigen::MatrixXs& _cov, const Eigen::MatrixXs& _cov,
unsigned int _start_idx = 0, unsigned int _start_idx = 0,
......
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