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

fix #3

parent 65521bd9
No related branches found
No related tags found
1 merge request!3Resolve "pack_kf_buffer_ needs to be renamed due to a change in core."
...@@ -29,7 +29,7 @@ void ProcessorGnssSingleDiff::process(CaptureBasePtr _capture_ptr) ...@@ -29,7 +29,7 @@ void ProcessorGnssSingleDiff::process(CaptureBasePtr _capture_ptr)
FrameBasePtr new_frame_ptr = nullptr; FrameBasePtr new_frame_ptr = nullptr;
// ALREADY CREATED KF // ALREADY CREATED KF
PackKeyFramePtr KF_pack = kf_pack_buffer_.selectPack( _capture_ptr, params_->time_tolerance); PackKeyFramePtr KF_pack = buffer_pack_kf_.selectPack( _capture_ptr, params_->time_tolerance);
if (KF_pack && KF_pack->key_frame != last_capture_ptr_->getOriginFrame()) if (KF_pack && KF_pack->key_frame != last_capture_ptr_->getOriginFrame())
{ {
new_frame_ptr = KF_pack->key_frame; new_frame_ptr = KF_pack->key_frame;
......
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