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

[skip ci] yaml templates added or modified

parent 4e9c0986
No related branches found
No related tags found
1 merge request!37Draft: Resolve "Adapt to new sensor constructors in core"
...@@ -8,6 +8,7 @@ keyframe_vote: ...@@ -8,6 +8,7 @@ keyframe_vote:
max_time_span: 0.0 # DOC time span from last keyframe to vote for a new one (sufficient condition) - TYPE double max_time_span: 0.0 # DOC time span from last keyframe to vote for a new one (sufficient condition) - TYPE double
dist_traveled: 0.0 # DOC distance from last keyframe to vote for a new one (sufficient condition) - TYPE double dist_traveled: 0.0 # DOC distance from last keyframe to vote for a new one (sufficient condition) - TYPE double
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
dimension: 2 # DOC The dimension of the problem representation: 2D or 3D - TYPE unsigned int - OPTIONS [2, 3]
enu_map: enu_map:
init_enabled: false # DOC if the processor should initialize the transformation between ENU and MAP frames. - TYPE bool init_enabled: false # DOC if the processor should initialize the transformation between ENU and MAP frames. - TYPE bool
init_dist_min: 0.0 # MANDATORY if $init_enabled - DOC the maximum distance from the first frame to stop initializing the transformation between ENU and MAP frames. - TYPE double init_dist_min: 0.0 # MANDATORY if $init_enabled - DOC the maximum distance from the first frame to stop initializing the transformation between ENU and MAP frames. - TYPE double
......
...@@ -8,6 +8,7 @@ keyframe_vote: ...@@ -8,6 +8,7 @@ keyframe_vote:
max_time_span: 0.0 # DOC time span from last keyframe to vote for a new one (sufficient condition) - TYPE double max_time_span: 0.0 # DOC time span from last keyframe to vote for a new one (sufficient condition) - TYPE double
dist_traveled: 0.0 # DOC distance from last keyframe to vote for a new one (sufficient condition) - TYPE double dist_traveled: 0.0 # DOC distance from last keyframe to vote for a new one (sufficient condition) - TYPE double
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
dimension: 2 # DOC The dimension of the problem representation: 2D or 3D - TYPE unsigned int - OPTIONS [2, 3]
enu_map: enu_map:
init_enabled: false # DOC if the processor should initialize the transformation between ENU and MAP frames. - TYPE bool init_enabled: false # DOC if the processor should initialize the transformation between ENU and MAP frames. - TYPE bool
init_dist_min: 0.0 # MANDATORY if $init_enabled - DOC the maximum distance from the first frame to stop initializing the transformation between ENU and MAP frames. - TYPE double init_dist_min: 0.0 # MANDATORY if $init_enabled - DOC the maximum distance from the first frame to stop initializing the transformation between ENU and MAP frames. - TYPE double
......
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