Skip to content
Snippets Groups Projects
Commit 4d0a467e authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Merge remote-tracking branch 'origin/devel' into bias_static

parents a1afe34e 30a1ed21
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,8 @@ void ProcessorCompass::processCapture(CaptureBasePtr _capture) ...@@ -28,7 +28,8 @@ void ProcessorCompass::processCapture(CaptureBasePtr _capture)
} }
// Otherwise: store capture // Otherwise: store capture
// Note that more than one processor can be emplacing frames, so an older frame can arrive later than this one. // Note that more than one processor can be emplacing frames, so an older frame can arrive later than this one.
buffer_capture_.add(_capture->getTimeStamp(), _capture); else
buffer_capture_.add(_capture->getTimeStamp(), _capture);
} }
void ProcessorCompass::processKeyFrame(FrameBasePtr _frame, const double& _time_tolerance) void ProcessorCompass::processKeyFrame(FrameBasePtr _frame, const double& _time_tolerance)
......
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