From 1d8afd4ccbb0fb012bac997d29764b47bb530e4a Mon Sep 17 00:00:00 2001 From: Joel Moriana Date: Tue, 17 Mar 2020 10:48:51 +0100 Subject: [PATCH] SPAWN_OFFSET_Z modified to 25m to avoid collisions --- Co-Simulation/Sumo/sumo_integration/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Co-Simulation/Sumo/sumo_integration/constants.py b/Co-Simulation/Sumo/sumo_integration/constants.py index 0f983994c..2c88a3385 100644 --- a/Co-Simulation/Sumo/sumo_integration/constants.py +++ b/Co-Simulation/Sumo/sumo_integration/constants.py @@ -13,4 +13,4 @@ # ================================================================================================== INVALID_ACTOR_ID = -1 -SPAWN_OFFSET_Z = 5.0 # meters +SPAWN_OFFSET_Z = 25.0 # meters