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
!448
Draft: Resolve "Implementation of new nodes creation"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Resolve "Implementation of new nodes creation"
454-implementation-of-new-nodes-creation
into
devel
Overview
2
Commits
456
Pipelines
461
Changes
1
Open
Joan Vallvé Navarro
requested to merge
454-implementation-of-new-nodes-creation
into
devel
3 years ago
Overview
2
Commits
456
Pipelines
461
Changes
1
Expand
Closes
#454
,
#318
,
#364
,
#449
,
#381
,
#376
,
#208
,
#485
Edited
11 months ago
by
Joan Vallvé Navarro
0
0
Merge request reports
Viewing commit
6712cf00
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6712cf00
[skip ci] yaml templates added or modified
· 6712cf00
cont-integration
authored
1 month ago
yaml_templates/processor/ProcessorLandmarkExternal.yaml
+
1
−
0
Options
@@ -10,6 +10,7 @@ keyframe_vote:
new_features_for_keyframe
:
0
# DOC the amount of new features sufficient to create a new keyframe (sufficient condition) - TYPE unsigned int
apply_loss_function
:
false
# DOC If the factors created by the processor have loss function. - TYPE bool
max_new_features
:
0
# DOC Maximum number of new features to be processed when adding a keyframe (-1=unlimited. 0=none.) - TYPE int
dimension
:
2
# DOC Dimension of the problem representation is 2D or 3D. - TYPE int - OPTIONS [2, 3]
quality_th
:
0.0
# DOC The minimum quality to consider the detection - TYPE double
track_length_th
:
0
# DOC Minimum track length to emplace factors (necessary condition) - TYPE unsigned int
use_orientation
:
false
# DOC If the orientation measurement is considered when emplacing factors - TYPE bool
Loading