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
7692efbc
Commit
7692efbc
authored
Jan 29, 2021
by
Jean Meurice
Browse files
N-to-N Network
parent
038ac651
Changes
1
Show whitespace changes
Inline
Side-by-side
install/scenarios/ema_network_test.json
0 → 100644
View file @
7692efbc
{
"name"
:
"ema_network_test"
,
"map_name"
:
"aachen"
,
"modules"
:
[
{
"type"
:
"simple_network"
,
"transmission_time"
:
[
0
,
100000000
],
"car_transmission_range"
:
100000
}
],
"cars"
:
[
{
"name"
:
"VCGTestVehicle1"
,
"start_pos"
:
[
0
,
0
],
"task"
:
{
"goals"
:
[
{
"type"
:
"path"
,
"ltl_operator"
:
"eventually"
,
"path"
:
[
[
-63.83
,
-171.96
]
],
"range"
:
5
}
]
},
"components"
:
[
{
"type"
:
"constant_bus"
,
"connected_to"
:
[
"SteeringActuator"
,
"BrakingActuator"
,
"GasActuator"
,
"TrueVelocitySensor"
,
"TruePositionSensor"
,
"TrueCompassSensor"
,
"Navigation"
,
"SimpleCommunicationGateway"
,
"Computer"
]
},
{
"type"
:
"actuator"
,
"name"
:
"SteeringActuator"
,
"physical_value_name"
:
"steering"
,
"change_rate"
:
60.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"BrakingActuator"
,
"physical_value_name"
:
"braking"
,
"change_rate"
:
10.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"GasActuator"
,
"physical_value_name"
:
"gas"
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"sensor"
,
"name"
:
"TrueVelocitySensor"
,
"physical_value_name"
:
"true_velocity"
},
{
"type"
:
"sensor"
,
"name"
:
"TruePositionSensor"
,
"physical_value_name"
:
"true_position"
},
{
"type"
:
"sensor"
,
"name"
:
"TrueCompassSensor"
,
"physical_value_name"
:
"true_compass"
},
{
"type"
:
"navigation"
},
{
"type"
:
"simple_communication_gateway"
},
{
"type"
:
"computer"
,
"name"
:
"Computer"
,
"backend"
:
{
"type"
:
"tcp"
,
"host"
:
"::1"
,
"port"
:
4567
,
"ref_id"
:
16384
},
"time_model"
:
{
"type"
:
"measured"
},
"cycle_duration"
:
[
0
,
10000000
]
}
]
},
{
"name"
:
"VCGTestVehicle2"
,
"start_pos"
:
[
0
,
10
],
"task"
:
{
"goals"
:
[
{
"type"
:
"path"
,
"ltl_operator"
:
"eventually"
,
"path"
:
[
[
-63.83
,
-171.96
]
],
"range"
:
5
}
]
},
"components"
:
[
{
"type"
:
"constant_bus"
,
"connected_to"
:
[
"SteeringActuator"
,
"BrakingActuator"
,
"GasActuator"
,
"TrueVelocitySensor"
,
"TruePositionSensor"
,
"TrueCompassSensor"
,
"Navigation"
,
"SimpleCommunicationGateway"
,
"Computer"
]
},
{
"type"
:
"actuator"
,
"name"
:
"SteeringActuator"
,
"physical_value_name"
:
"steering"
,
"change_rate"
:
60.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"BrakingActuator"
,
"physical_value_name"
:
"braking"
,
"change_rate"
:
10.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"GasActuator"
,
"physical_value_name"
:
"gas"
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"sensor"
,
"name"
:
"TrueVelocitySensor"
,
"physical_value_name"
:
"true_velocity"
},
{
"type"
:
"sensor"
,
"name"
:
"TruePositionSensor"
,
"physical_value_name"
:
"true_position"
},
{
"type"
:
"sensor"
,
"name"
:
"TrueCompassSensor"
,
"physical_value_name"
:
"true_compass"
},
{
"type"
:
"navigation"
},
{
"type"
:
"simple_communication_gateway"
},
{
"type"
:
"computer"
,
"name"
:
"Computer"
,
"backend"
:
{
"type"
:
"tcp"
,
"host"
:
"::1"
,
"port"
:
4568
,
"ref_id"
:
16384
},
"time_model"
:
{
"type"
:
"measured"
},
"cycle_duration"
:
[
0
,
10000000
]
}
]
},
{
"name"
:
"VCGTestVehicle3"
,
"start_pos"
:
[
0
,
20
],
"task"
:
{
"goals"
:
[
{
"type"
:
"path"
,
"ltl_operator"
:
"eventually"
,
"path"
:
[
[
-63.83
,
-171.96
]
],
"range"
:
5
}
]
},
"components"
:
[
{
"type"
:
"constant_bus"
,
"connected_to"
:
[
"SteeringActuator"
,
"BrakingActuator"
,
"GasActuator"
,
"TrueVelocitySensor"
,
"TruePositionSensor"
,
"TrueCompassSensor"
,
"Navigation"
,
"SimpleCommunicationGateway"
,
"Computer"
]
},
{
"type"
:
"actuator"
,
"name"
:
"SteeringActuator"
,
"physical_value_name"
:
"steering"
,
"change_rate"
:
60.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"BrakingActuator"
,
"physical_value_name"
:
"braking"
,
"change_rate"
:
10.0
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"actuator"
,
"name"
:
"GasActuator"
,
"physical_value_name"
:
"gas"
,
"sensor"
:
{
"type"
:
"sensor"
}
},
{
"type"
:
"sensor"
,
"name"
:
"TrueVelocitySensor"
,
"physical_value_name"
:
"true_velocity"
},
{
"type"
:
"sensor"
,
"name"
:
"TruePositionSensor"
,
"physical_value_name"
:
"true_position"
},
{
"type"
:
"sensor"
,
"name"
:
"TrueCompassSensor"
,
"physical_value_name"
:
"true_compass"
},
{
"type"
:
"navigation"
},
{
"type"
:
"simple_communication_gateway"
},
{
"type"
:
"computer"
,
"name"
:
"Computer"
,
"backend"
:
{
"type"
:
"tcp"
,
"host"
:
"::1"
,
"port"
:
4569
,
"ref_id"
:
16384
},
"time_model"
:
{
"type"
:
"measured"
},
"cycle_duration"
:
[
0
,
10000000
]
}
]
}
]
}
\ 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