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
332f2a88
Commit
332f2a88
authored
1 month ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
small change in schema file
parent
64ddf9c6
No related branches found
No related tags found
1 merge request
!448
Draft: Resolve "Implementation of new nodes creation"
Pipeline
#21424
failed
1 month ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
schema/problem/Problem.schema
+4
-4
4 additions, 4 deletions
schema/problem/Problem.schema
with
4 additions
and
4 deletions
schema/problem/Problem.schema
+
4
−
4
View file @
332f2a88
problem:
problem:
tree_manager:
tree_manager:
_type: derived
_type: derived
_base: TreeManagerBase
.schema
_base: TreeManagerBase
_mandatory: true
_mandatory: true
_doc: Tree manager parameters
_doc: Tree manager parameters
dimension:
dimension:
...
@@ -11,7 +11,7 @@ problem:
...
@@ -11,7 +11,7 @@ problem:
_doc: "Dimension of the problem. '2' for 2D or '3' for 3D"
_doc: "Dimension of the problem. '2' for 2D or '3' for 3D"
map:
map:
_type: derived
_type: derived
_base: MapBase
.schema
_base: MapBase
_mandatory: false
_mandatory: false
_default:
_default:
type: MapBase
type: MapBase
...
@@ -19,11 +19,11 @@ map:
...
@@ -19,11 +19,11 @@ map:
_doc: The map used in the wolf problem.
_doc: The map used in the wolf problem.
sensors:
sensors:
_type: derived[]
_type: derived[]
_base: SensorBase
.schema
_base: SensorBase
_mandatory: true
_mandatory: true
_doc: A sequence of all the sensors.
_doc: A sequence of all the sensors.
processors:
processors:
_type: derived[]
_type: derived[]
_base: ProcessorBase
.schema
_base: ProcessorBase
_mandatory: true
_mandatory: true
_doc: A sequence of all the processors.
_doc: A sequence of all the processors.
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