Skip to content
Snippets Groups Projects

Imu improvements

Merged Joan Solà Ortega requested to merge IMU-improvements into master
2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -72,6 +72,7 @@ class ProcessorIMU : public ProcessorMotion{
const MatrixXs& _data_cov,
const FrameBasePtr& _frame_origin) override;
virtual FeatureBasePtr createFeature(CaptureMotionPtr _capture_motion) override;
public:
virtual ConstraintBasePtr emplaceConstraint(FeatureBasePtr _feature_motion,
CaptureBasePtr _capture_origin) override;
Loading