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

[skip ci] yaml templates added or modified

parent dd19fb93
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #18839 skipped
...@@ -2,7 +2,7 @@ problem: ...@@ -2,7 +2,7 @@ problem:
tree_manager: tree_manager:
type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file). type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file).
follow: some/path/to/derived/type/parameters.yaml follow: some/path/to/derived/type/parameters.yaml
dimension: 2 # DOC Dimension of the problem. "2" for 2D or "3" for 3D - TYPE int - OPTIONS [2, 3] dimension: 2 # DOC Dimension of the problem. "2" for 2D or "3" for 3D - TYPE unsigned int - OPTIONS [2, 3]
map: map:
type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file). type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file).
follow: some/path/to/derived/type/parameters.yaml follow: some/path/to/derived/type/parameters.yaml
......
...@@ -2,7 +2,7 @@ problem: ...@@ -2,7 +2,7 @@ problem:
tree_manager: tree_manager:
type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file). type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file).
follow: some/path/to/derived/type/parameters.yaml follow: some/path/to/derived/type/parameters.yaml
dimension: 2 # DOC Dimension of the problem: "2" for 2D - TYPE int - OPTIONS [2] dimension: 2 # DOC Dimension of the problem: "2" for 2D - TYPE unsigned int - OPTIONS [2]
first_frame: first_frame:
P: P:
value: [0.0, 0.0] # DOC A vector containing the position (x, y) [m]. - TYPE Vector2d value: [0.0, 0.0] # DOC A vector containing the position (x, y) [m]. - TYPE Vector2d
......
...@@ -2,7 +2,7 @@ problem: ...@@ -2,7 +2,7 @@ problem:
tree_manager: tree_manager:
type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file). type: "DerivedType" # DOC String corresponding to the name of the object class (and its schema file).
follow: some/path/to/derived/type/parameters.yaml follow: some/path/to/derived/type/parameters.yaml
dimension: 3 # DOC Dimension of the problem: "3" for 3D - TYPE int - OPTIONS [3] dimension: 3 # DOC Dimension of the problem: "3" for 3D - TYPE unsigned int - OPTIONS [3]
first_frame: first_frame:
P: P:
value: [0.0, 0.0, 0.0] # OPTIONAL - DOC A vector containing the position (x, y, z) [m]. - TYPE Vector3d value: [0.0, 0.0, 0.0] # OPTIONAL - DOC A vector containing the position (x, y, z) [m]. - TYPE Vector3d
......
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