Skip to content
Snippets Groups Projects

Resolve "multiple processors per sensor"

Merged Joan Solà Ortega requested to merge 489-multiple-processors-per-sensor-2 into devel
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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();
Loading