Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Rerouting pedestrians in model
  • From: "Evans, Barry" <B.Evans@xxxxxxxxxxxx>
  • Date: Tue, 10 Mar 2020 03:34:05 +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=d+GAzy56Uk3BG5gLc64JazOBKr6rF/ZPLF4U9fi+7cA=; b=IQS5I9Z1/748c2rUmNKP6H/g2BsiCgJq7VAwALsX0axjUqntKyGvZkh9yfj8Fe67dYZAgU4PO96FyRtjlOJbjjY4Evy2ElPQU7IiZwRUebb6a9GSaOMsYVITr8FEJ+BPzjtEkgj36MrVD33cP2dsHakkfa/A2k06IHX4KO2ughFCNMHyRrinM54CRlAKgrSdoqGYFXOKxyIf/YDUC0xXRhlNR74KNRcEO5FH5oFQHIigraNUsebeRmTLxcbMtSvypbTG1f3Hw7wvEoE1B/HaeiBdUdAjr5ZYrf11iJjHN3lCr9l48qD1ohVluW7OZY+hht5k/YpYjDaZEykuXubKNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZAGSlxUacP7Diahjg4c6+yds1eNCiYUxwQtfWxiAw56BdxzvPhBIS1L5SW05tlaBvPQg4wQo44sn4F4HS6y5Wfvfgg5TwhbUtPl+f6yXI63k4nOKf09RyXP5p6/KMY1FVKHNQCiEXw1TAsxi6GuStsL2XQ9p4pcq9eU8m8X97YIn/ZGasEYsWJYmYnTHp3pSTxj/Ckkxkyab4ldadIzZM5NA7C0cvZA3C+82MI2iwAq7qwUefTmEutXs6CFC8sPj+FhpvDYNtNWfIXZV5MuOwT5RzNeKM4ARcl8mR/YyMgZ58nEWG8rYFX+tdArn8+OUN0vZ7ZeglQSW7slJHpsB8g==
  • 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: AdX2jLaxFEYLirWESkKtoHqi+Qd3hA==
  • Thread-topic: Rerouting pedestrians in model

Hi all,

 

I apologise if this question has been asked already. I’ve been trying to reroute pedestrians in my sumo model using the re-router method. For some reason, unlike that of traffic when the pedestrians move onto an edge declared by the rerouter they continue on their pre-existing route.

 

Does anyone have a simple example of how to do the re-routing with pedestrians? I’ve looked online and could not find any work arounds. I’ve been trying this sort of setup in my additional file whereby an edge in front of the pedestrian is closed and I assign them a new destination to reach. This however does not work.

 

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo-sim.org/xsd/additional_file.xsd">

 

                <rerouter id="reroute1" edges="688077234#0 688077234#2 688077234#3 688077234#4 688077234#0 -364040558#7">

                                <interval begin="30" end="6000">

                                                <closingReroute id="-364040558#5" disallow="all"/>

                                                <destProbReroute id="-85383958#0" probability="1.0"/>

                                </interval>

                </rerouter>

 

</additional>

 

 

It’s likely I’m missing something obvious. Any thoughts or suggestions would be greatly appreciated.

 

Kind regards,

 

Barry

 


Back to the top