Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
simulators
basic-simulator
Commits
24588afb
Commit
24588afb
authored
Mar 14, 2021
by
Lukas Bram
Browse files
Add speed limit component to java_autopilot scenario
parent
0da085a8
Pipeline
#426495
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/scenarios/java_autopilot.json
View file @
24588afb
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
"BatterySensor"
,
"BatterySensor"
,
"Navigation"
,
"Navigation"
,
"Lidar"
,
"Lidar"
,
"SpeedLimit"
,
"JavaAutopilot"
"JavaAutopilot"
]
]
},
},
...
@@ -75,6 +76,7 @@
...
@@ -75,6 +76,7 @@
},
},
{
"type"
:
"navigation"
},
{
"type"
:
"navigation"
},
{
"type"
:
"lidar"
},
{
"type"
:
"lidar"
},
{
"type"
:
"speed_limit"
},
{
{
"type"
:
"java_autopilot"
,
"type"
:
"java_autopilot"
,
"name"
:
"JavaAutopilot"
,
"name"
:
"JavaAutopilot"
,
...
@@ -83,4 +85,4 @@
...
@@ -83,4 +85,4 @@
]
]
}
}
]
]
}
}
\ No newline at end of file
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