Skip to content
Snippets Groups Projects

Promote unmeasured cov to ProcessorMotion

Merged Joan Solà Ortega requested to merge feature/promote_unmeasured_cov_to_prc_motion into devel
9 files
+ 12
9
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -29,7 +29,6 @@ struct ProcessorParamsDiffDrive : public ProcessorParamsMotion
// {
// time_tolerance = _time_tolerance;
// }
Scalar unmeasured_perturbation_std = 0.0001;
};
/**
@@ -62,7 +61,6 @@ protected:
/// @brief Intrinsic params
ProcessorParamsDiffDrivePtr params_motion_diff_drive_;
MatrixXs unmeasured_perturbation_cov_;
virtual void computeCurrentDelta(const Eigen::VectorXs& _data,
const Eigen::MatrixXs& _data_cov,
Loading