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

Formatting -- no impact

parent 06787e5e
No related branches found
No related tags found
1 merge request!144Imu improvements
This commit is part of merge request !144. Comments created here will be created in the context of that merge request.
...@@ -291,12 +291,12 @@ class ProcessorMotion : public ProcessorBase ...@@ -291,12 +291,12 @@ class ProcessorMotion : public ProcessorBase
* where `F_data = d_f/d_data` is the Jacobian of `f()`. * where `F_data = d_f/d_data` is the Jacobian of `f()`.
*/ */
virtual void computeCurrentDelta(const Eigen::VectorXs& _data, virtual void computeCurrentDelta(const Eigen::VectorXs& _data,
const Eigen::MatrixXs& _data_cov, const Eigen::MatrixXs& _data_cov,
const Eigen::VectorXs& _calib, const Eigen::VectorXs& _calib,
const Scalar _dt, const Scalar _dt,
Eigen::VectorXs& _delta, Eigen::VectorXs& _delta,
Eigen::MatrixXs& _delta_cov, Eigen::MatrixXs& _delta_cov,
Eigen::MatrixXs& _jacobian_calib) = 0; Eigen::MatrixXs& _jacobian_calib) = 0;
/** \brief composes a delta-state on top of another delta-state /** \brief composes a delta-state on top of another delta-state
* \param _delta1 the first delta-state * \param _delta1 the first delta-state
......
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