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

hotfix: some documentation, no code

parent 6d37cf8c
No related branches found
No related tags found
1 merge request!447new tag
Pipeline #9748 passed
This commit is part of merge request !447. Comments created here will be created in the context of that merge request.
...@@ -87,7 +87,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr) ...@@ -87,7 +87,7 @@ void ProcessorTracker::processCapture(CaptureBasePtr _incoming_ptr)
// Process info // Process info
// TrackerFeature: We only process new features in Last, here last = nullptr, so we do not have anything to do. // TrackerFeature: We only process new features in Last, here last = nullptr, so we do not have anything to do.
// TrackerLandmark: If we have given a map, all landmarks in the map are know. Process them. // TrackerLandmark: If we have been given a map, all landmarks in the map are known. Process them.
processKnown(); processKnown();
// Update pointers // Update pointers
......
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