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
89768b60
Commit
89768b60
authored
Jan 11, 2021
by
Lukas Bram
Browse files
Add battery sensor and lidar to java_autopilot
parent
038ac651
Pipeline
#388924
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install/scenarios/java_autopilot.json
View file @
89768b60
...
@@ -27,7 +27,9 @@
...
@@ -27,7 +27,9 @@
"TrueVelocitySensor"
,
"TrueVelocitySensor"
,
"TruePositionSensor"
,
"TruePositionSensor"
,
"TrueCompassSensor"
,
"TrueCompassSensor"
,
"BatterySensor"
,
"Navigation"
,
"Navigation"
,
"Lidar"
,
"JavaAutopilot"
"JavaAutopilot"
]
]
},
},
...
@@ -66,7 +68,13 @@
...
@@ -66,7 +68,13 @@
"name"
:
"TrueCompassSensor"
,
"name"
:
"TrueCompassSensor"
,
"physical_value_name"
:
"true_compass"
"physical_value_name"
:
"true_compass"
},
},
{
"type"
:
"sensor"
,
"name"
:
"BatterySensor"
,
"physical_value_name"
:
"battery_level"
},
{
"type"
:
"navigation"
},
{
"type"
:
"navigation"
},
{
"type"
:
"lidar"
},
{
{
"type"
:
"java_autopilot"
,
"type"
:
"java_autopilot"
,
"name"
:
"JavaAutopilot"
,
"name"
:
"JavaAutopilot"
,
...
...
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