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

Remove condition for processKnown()

parent bcc2be6b
No related branches found
No related tags found
2 merge requests!476spdlog version upgrade,!472Merge ProcessorLandmarkExternal
Pipeline #16677 canceled
......@@ -136,8 +136,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
// Process info
// TrackerFeature: We only process new features in Last, here last = nullptr, so we do not have anything to do.
// TrackerLandmark: If we have been given a map, all landmarks in the map are known. Process them.
if (not getProblem()->getMap()->getLandmarkList().empty())
processKnown();
processKnown();
// Issue KF callback with new KF
getProblem()->keyFrameCallback(keyframe, shared_from_this());
......
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