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

Call processKnown() without conditions in FIRST_TIME_WITH_KF

parent 2de90a11
No related branches found
No related tags found
3 merge requests!476spdlog version upgrade,!472Merge ProcessorLandmarkExternal,!468Resolve "multiple processors per sensor"
Pipeline #16659 passed
This commit is part of merge request !468. Comments created here will be created in the context of that merge request.
......@@ -103,8 +103,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
// 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();
// Reset this
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