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

Update processor_tracker.cpp

parent c55e1323
No related branches found
No related tags found
3 merge requests!436Release to start wolf public,!433After 2nd RA-L submission,!428Resolve "Rename IsMotion --> StateProvider"
Pipeline #7737 failed
...@@ -218,7 +218,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr) ...@@ -218,7 +218,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
establishFactors(); establishFactors();
// Call the new keyframe callback in order to let the other processors to establish their factors // Call the new keyframe callback in order to let the other processors to establish their factors
getProblem()->keyFrameCallback(last_ptr_->getFrame(), std::static_pointer_cast<ProcessorBase>(shared_from_this()), params_tracker_->time_tolerance); getProblem()->keyFrameCallback(last_ptr_->getFrame(), shared_from_this(), params_tracker_->time_tolerance);
// Update pointers // Update pointers
resetDerived(); resetDerived();
......
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