Skip to content
Snippets Groups Projects

Fix XPosition for PCM E2E test and enable it

Merged Naida Goro requested to merge naidagoro/opSimulation:71-PCM-XPosition into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -395,7 +395,7 @@
@@ -395,7 +395,7 @@
"Sensor0_DetectedAgents": "str"
"Sensor0_DetectedAgents": "str"
}
}
},
},
"disabled_PCM": {
"PCM": {
"config_sets": [
"config_sets": [
"PCM"
"PCM"
],
],
@@ -403,7 +403,7 @@
@@ -403,7 +403,7 @@
"invocations": 1,
"invocations": 1,
"description": "Run a pcm case and check if the end state is as expected",
"description": "Run a pcm case and check if the end state is as expected",
"queries": [
"queries": [
"count(AgentId | XPosition == -5.505401 and AgentId == 0 and Timestep == 10000) == 1"
"count(AgentId | XPosition == -5.099039 and AgentId == 0 and Timestep == 10000) == 1"
],
],
"success_rate": 1
"success_rate": 1
},
},
Loading