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

Move one fcn up the class close to its related fcns

parent f0c929d7
No related branches found
No related tags found
3 merge requests!31devel->main,!29Add functionality for UAV,!27Fix test with acc_x = 2 m/s2
......@@ -206,6 +206,9 @@ class ProcessorForceTorqueInertialPreintDynamics : public ProcessorMotion
Eigen::VectorXd correctDelta(const Eigen::VectorXd& _delta_preint,
const Eigen::VectorXd& _delta_step) const override;
public:
virtual VectorXd getCalibration(const CaptureBaseConstPtr _capture = nullptr) const override;
protected:
/** \brief emplace a CaptureMotion
* \param _frame_own frame owning the Capture to create
......@@ -241,8 +244,6 @@ class ProcessorForceTorqueInertialPreintDynamics : public ProcessorMotion
bool voteForKeyFrame() const override;
public:
virtual VectorXd getCalibration(const CaptureBaseConstPtr _capture = nullptr) const override;
private:
void data2tangent(const Eigen::VectorXd& _data, ///< [a, w, f, t] raw measures
const Eigen::VectorXd& _bias, ///< [ab, wb]
......
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