Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -101,7 +101,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
processKnownProfiling();
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_ptr_;
@@ -137,7 +137,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
getProblem()->keyFrameCallback(keyframe, shared_from_this());
// Reset this
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
last_ptr_ = incoming_ptr_; // Before calling resetDerived() since it will assume KF in last
resetDerived();
// Update pointers
origin_ptr_ = incoming_ptr_;
Loading