Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
d7e8e104
Verified
Commit
d7e8e104
authored
6 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
lint: run black
parent
6c50fcfa
No related merge requests found
Pipeline
#229632
failed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
formats/planning_configuration.py
formats/planning_configuration.py
+3
-3
No files found.
formats/planning_configuration.py
View file @
d7e8e104
...
...
@@ -15,7 +15,7 @@ emergency_schema = {
},
"target_waypoint"
:
{
"$ref"
:
"https://geojson.org/schema/Point.json"
,
}
}
,
},
"required"
:
[
"target_waypoint"
,
...
...
@@ -215,14 +215,14 @@ planning_configuration_schema = {
"region_of_interest"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://geojson.org/schema/Polygon.json"
,
"$ref"
:
"https://geojson.org/schema/Polygon.json"
,
},
"description"
:
"Region of interest for the entire operation"
,
},
"exclusion_zones"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"https://geojson.org/schema/Polygon.json"
,
"$ref"
:
"https://geojson.org/schema/Polygon.json"
,
},
"description"
:
"Exclusion zones for all platforms"
,
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment