Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Lane Closure causing jams at junction
  • From: "Evans, Barry" <B.Evans@xxxxxxxxxxxx>
  • Date: Tue, 10 Sep 2019 15:26:35 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=exeter.ac.uk; dmarc=pass action=none header.from=exeter.ac.uk; dkim=pass header.d=exeter.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lvgCLumHgKwd6CNZEJ82iAXwF15VyssGtgopjvy4zSo=; b=QVQLqDY8T9gceGICZkzTs8W2yqt/WNE1Nv7tZz41BTi9Kjw6/3yYmNtJJMQ3itYGjruZMXvypQGsXkSBna11/RTykUz8TMA9U1+T2Yi53U8vAHfPybhngu8PQKfYiJIDFc6JKrVZ4gre7WBJZhgUrM/r4iXYEXXR/1VzpDU6ZbjwWX6wVkJjhFPG0jK6mEtrH1h5/ZYrmWEijYBly/lEzE5xkT5tOg52plCRJozfJg+Hboip55k4T3SvKTuOV8b8cGLLk5e+chG+bKpK743O4SAQrVZVVDjl9hK22UBSJIhJiszpf/ieo1yXWddWzqA4cDGedqNr9jJ3gHI127GnUA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QERZySXsaeeoWUqqpNN3VyYLZktD80gyylWyVKDcXbnjYQ9FLM3gRRj08OZ/KTuoRk0tPYy2GuRjVM/QWRQoCnF5Ka1muQeRL6NcsFlAvP7ad4ZhJX/MTK+kYOmAPaRd2qw9LJp/R4n/ZD8BNPlMcLM0DceWgMZuBjDSx3vkfPL+TVZ+ynwaAOUcM3zlx3Y2pkM/YM/iZ14JX8WtW6g6YON7n5Jg8qJeONG22hCaYpwmpiwGAeC7GcyEV/46Az5CKKcL4+1sy8IphXx374RccZ2bXdL6s6T2inp6sNVE67rZZZgprmnWMuB6EgR+CrCjd/TzJe+ZMa7QRPaX1gmedA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdVn7BdCyoIfT0P9TGiYJSLGtE3LrQ==
  • Thread-topic: Lane Closure causing jams at junction

Good evening all,

 

I’ve been trying out closing certain lanes in traffic using Traci but it’s causing the traffic to get stuck. The command I am using to close the Lane is the following:

 

traci.lane.setDisallowed(lane,'all')

 

where I call the lane I wish to close from a list of lanes I am closing.

 

In one of the test areas near a junction when I close 2 of the lanes the traffic moves in the outside lanes as planned. However when it reaches a the junction it gets stuck and cannot continue. I’ve included some screenshots (as attachments and embedded) one showing the traffic in sumo along with the desired current route and one showing the same section in NetEdit.

 

In my sumo configuration file I also have the following parameter set which I hoped would be applied to all vehicles as default enabling them to reroute accordingly:

 

<routing>

                <device.rerouting.probability value="1"/>

</routing>

 

This does not seem to solve my problem though as vehicles remain stuck at this junction.

 

Would anyone be able to provide me with some advice or direct me to a link as to how to fix this issue please?

 

Thank you in advance,

 

Barry

 

        

 

 

Attachment: NetEditLaneClosureExample.png
Description: NetEditLaneClosureExample.png

Attachment: SumoLaneClosureExample.png
Description: SumoLaneClosureExample.png


Back to the top