Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!238
Feature/capture process
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/capture process
feature/capture_process
into
devel
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Joan Solà Ortega
requested to merge
feature/capture_process
into
devel
6 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
85079124
Prev
Next
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
85079124
Add small info comment
· 85079124
Joan Solà Ortega
authored
6 years ago
src/processor_tracker.cpp
+
2
−
1
Options
@@ -61,8 +61,9 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
pack
->
key_frame
->
addCapture
(
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 given a map, all landmarks in the map are know. Process them.
processKnown
();
// We only process new features in Last, here last = nullptr, so we do not have anything to do.
// Update pointers
resetDerived
();
Loading