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

Merge branch '489-multiple-processors-per-sensor-2' into devel

parents 60abb040 7ef65028
No related branches found
No related tags found
2 merge requests!476spdlog version upgrade,!472Merge ProcessorLandmarkExternal
Pipeline #16783 passed
......@@ -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