From 5d1670c41ca28a25cacfd9a62a40c470519b3b98 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 15 Jun 2021 18:06:45 +0200 Subject: [PATCH 1/2] Add startingTime to third car --- components/entitiy_ident/mongo/cars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/entitiy_ident/mongo/cars.json b/components/entitiy_ident/mongo/cars.json index 4232e5c..363fe74 100644 --- a/components/entitiy_ident/mongo/cars.json +++ b/components/entitiy_ident/mongo/cars.json @@ -4,7 +4,8 @@ "modelType": "Continental", "vin": "SCBFR7ZA5CC072256", "startingVelocity": 130, - "startingDistance": 300 + "startingDistance": 300, + "startingTime": 10 }, { "oem": "SATURN", From fa8ee354b938cc21af3483f4f3eac4b4b8d08bdf Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 15 Jun 2021 18:07:09 +0200 Subject: [PATCH 2/2] Change switchingTime --- components/entitiy_ident/mongo/traffic_lights.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/entitiy_ident/mongo/traffic_lights.json b/components/entitiy_ident/mongo/traffic_lights.json index cef35d4..0fbe8e3 100644 --- a/components/entitiy_ident/mongo/traffic_lights.json +++ b/components/entitiy_ident/mongo/traffic_lights.json @@ -3,21 +3,21 @@ "id": "1", "location": [16.20719, 47.89584], "range": 2000, - "switchingTime": 60, + "switchingTime": 5, "color": "RED" }, { "id": "2", "location": [16.20814, 47.90937], "range": 800, - "switchingTime": 80, + "switchingTime": 15, "color": "GREEN" }, { "id": "3", "location": [16.20917, 47.92703], "range": 1000, - "switchingTime": 40, + "switchingTime": 10, "color": "RED" } ] \ No newline at end of file