Skip to content
Snippets Groups Projects
Commit 6712cf00 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] yaml templates added or modified

parent cd770d4a
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #21202 skipped
This commit is part of merge request !448. Comments created here will be created in the context of that merge request.
...@@ -10,6 +10,7 @@ keyframe_vote: ...@@ -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 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 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 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 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 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 use_orientation: false # DOC If the orientation measurement is considered when emplacing factors - TYPE bool
......
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