Skip to content
Snippets Groups Projects
Commit 7cbf3a03 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Recompute states

parent 4a41f54d
No related branches found
No related tags found
2 merge requests!54devel->main,!50Resolve "Bootstrap sequence"
...@@ -124,9 +124,11 @@ class ProcessorImu : public ProcessorMotion{ ...@@ -124,9 +124,11 @@ class ProcessorImu : public ProcessorMotion{
const CaptureBasePtr& _capture_origin) override; const CaptureBasePtr& _capture_origin) override;
FeatureBasePtr emplaceFeature(CaptureMotionPtr _capture_motion) override; FeatureBasePtr emplaceFeature(CaptureMotionPtr _capture_motion) override;
FactorBasePtr emplaceFactor(FeatureBasePtr _feature_motion, CaptureBasePtr _capture_origin) override; FactorBasePtr emplaceFactor(FeatureBasePtr _feature_motion, CaptureBasePtr _capture_origin) override;
virtual void bootstrap() override; virtual void bootstrap() override;
CaptureBasePtr bootstrapOrigin() const; CaptureBasePtr bootstrapOrigin() const;
VectorXd bootstrapDelta() const; VectorXd bootstrapDelta() const;
bool recomputeStates() const;
protected: protected:
ParamsProcessorImuPtr params_motion_Imu_; ParamsProcessorImuPtr params_motion_Imu_;
......
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