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

Reorder functions and remove TODO

parent e86a933c
No related branches found
No related tags found
No related merge requests found
...@@ -170,22 +170,16 @@ class ProcessorMotion : public ProcessorBase ...@@ -170,22 +170,16 @@ class ProcessorMotion : public ProcessorBase
virtual bool keyFrameCallback(FrameBasePtr _keyframe_ptr, const Scalar& _time_tol); virtual bool keyFrameCallback(FrameBasePtr _keyframe_ptr, const Scalar& _time_tol);
// Helper functions:
public:
// TODO change to protected
void splitBuffer(const TimeStamp& _t_split, MotionBuffer& _oldest_part);
// void reset(CaptureMotion2* _capture_ptr);
// FrameBasePtr makeFrame(CaptureBasePtr _capture_ptr, const Eigen::VectorXs& _state, FrameKeyType _type = NON_KEY_FRAME);
MotionBuffer& getBuffer(); MotionBuffer& getBuffer();
const MotionBuffer& getBuffer() const; const MotionBuffer& getBuffer() const;
virtual bool isMotion(); virtual bool isMotion();
// Helper functions:
protected:
void splitBuffer(const TimeStamp& _t_split, MotionBuffer& _oldest_part);
protected: protected:
void updateDt(); void updateDt();
void integrate(); void integrate();
......
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