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
279c44e2
Commit
279c44e2
authored
1 year ago
by
cont-integration
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] yaml templates added or modified
parent
dd19fb93
No related branches found
Branches containing commit
No related tags found
1 merge request
!448
Draft: Resolve "Implementation of new nodes creation"
Pipeline
#18839
skipped
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
yaml_templates/problem/Problem.yaml
+1
-1
1 addition, 1 deletion
yaml_templates/problem/Problem.yaml
yaml_templates/problem/Problem2d.yaml
+1
-1
1 addition, 1 deletion
yaml_templates/problem/Problem2d.yaml
yaml_templates/problem/Problem3d.yaml
+1
-1
1 addition, 1 deletion
yaml_templates/problem/Problem3d.yaml
with
3 additions
and
3 deletions
yaml_templates/problem/Problem.yaml
+
1
−
1
View file @
279c44e2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
yaml_templates/problem/Problem2d.yaml
+
1
−
1
View file @
279c44e2
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
yaml_templates/problem/Problem3d.yaml
+
1
−
1
View file @
279c44e2
...
@@ -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
...
...
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