Skip to content
Snippets Groups Projects
Commit ee657683 authored by Enno Maschke's avatar Enno Maschke
Browse files

Modular vehicle dynamics model: Add PCM E2E test

parent f75f4103
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,9 @@
"Sensor_Failure_0.5": [
"Sensor_Failure_0.5_Geometric2D",
"Sensor_Failure_0.5_Car2X"
],
"PCM": [
"PCM"
],
"ADAS_AEB_PreventingCollisionWithObstacle": [
"ADAS_AEB_PreventingCollisionWithObstacle"
......@@ -407,6 +410,18 @@
"datatypes": {
"Sensor0_DetectedAgents": "str"
}
},
"PCM": {
"config_sets": [
"PCM"
],
"duration": 10,
"invocations": 1,
"description": "Run a pcm case and check if the collision state is as expected",
"queries": [
"count(AgentId | XPosition > -0.7 and AgentId == 0 and Timestep == 4845) == 1"
],
"success_rate": 1
},
"Sensor_Failure_0": {
"config_sets": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment