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
Commits
5d61eb1f
Commit
5d61eb1f
authored
6 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
documentation
parent
94637715
No related branches found
Branches containing commit
No related tags found
1 merge request
!274
Resolve "Emplace API inconsistent with ProcessorTrackerFeature/Landmark functions"
Pipeline
#3697
failed
6 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/core/processor/processor_tracker_feature.h
+1
-1
1 addition, 1 deletion
include/core/processor/processor_tracker_feature.h
include/core/processor/processor_tracker_landmark.h
+2
-2
2 additions, 2 deletions
include/core/processor/processor_tracker_landmark.h
with
3 additions
and
3 deletions
include/core/processor/processor_tracker_feature.h
+
1
−
1
View file @
5d61eb1f
...
@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker
...
@@ -188,7 +188,7 @@ class ProcessorTrackerFeature : public ProcessorTracker
*/
*/
virtual
FactorBasePtr
emplaceFactor
(
FeatureBasePtr
_feature_ptr
,
FeatureBasePtr
_feature_other_ptr
)
=
0
;
virtual
FactorBasePtr
emplaceFactor
(
FeatureBasePtr
_feature_ptr
,
FeatureBasePtr
_feature_other_ptr
)
=
0
;
/** \brief E
stablish factors
between feature
s
in Capture
s
\b last and \b origin
/** \brief E
mplaces a new factor for each correspondence
between
a
feature in Capture \b last and
a feature in Capture
\b origin
*/
*/
virtual
void
establishFactors
();
virtual
void
establishFactors
();
};
};
...
...
This diff is collapsed.
Click to expand it.
include/core/processor/processor_tracker_landmark.h
+
2
−
2
View file @
5d61eb1f
...
@@ -160,7 +160,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
...
@@ -160,7 +160,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
const
CaptureBasePtr
&
_capture
,
const
CaptureBasePtr
&
_capture
,
FeatureBasePtrList
&
_features_out
)
=
0
;
FeatureBasePtrList
&
_features_out
)
=
0
;
/** \brief Emplace a landmark for each of new_features_last_
/** \brief Emplace a landmark for each
new feature
of new_features_last_
**/
**/
virtual
void
emplaceNewLandmarks
();
virtual
void
emplaceNewLandmarks
();
...
@@ -178,7 +178,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
...
@@ -178,7 +178,7 @@ class ProcessorTrackerLandmark : public ProcessorTracker
*/
*/
virtual
FactorBasePtr
emplaceFactor
(
FeatureBasePtr
_feature_ptr
,
LandmarkBasePtr
_landmark_ptr
)
=
0
;
virtual
FactorBasePtr
emplaceFactor
(
FeatureBasePtr
_feature_ptr
,
LandmarkBasePtr
_landmark_ptr
)
=
0
;
/** \brief E
stablish factors
between feature
s
in Capture \b last and landmark
s
/** \brief E
mplaces a new factor for each correspondence
between
a
feature in Capture \b last and
a
landmark
*/
*/
virtual
void
establishFactors
();
virtual
void
establishFactors
();
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment