Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Scenario with demand loaded from vehroute-output behaves different from the original run
  • From: Khaled Belhassine <khaled.belhassine@xxxxxxxxxxxxx>
  • Date: Thu, 3 Feb 2022 02:23:22 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Z0IdAWasiBGspxt0iOaSBrpHBVXrzqIXQRkQ3WEq6f0=; b=fdmVNvDtv0QhgqCoCKfox9tXxDwbBE8XDQ1hjwHSJBUYgzLeazQcfq00fT89HhWiCwq8I8TIbT52L/wnLvkHZjByXJ7MurwY4o+qy6J3txlW0La7L9AYYJcfNNcQ+d+czUM3L5WK+mQyjLvd2tULYaw/lBWtFOXOV/n0itSJIziQqceWkRCI15PQqhwzyhG6z6xip1orGtwgAs6M1yFs6zonA/ic5SGJfX0YeHCzkiMLdRd+19HbVkxAgUywmb/7KeoVv0uROViWtnBbmxdPxTCjbp03nYJDKIV6gzrn0PUbElj7m0/k8eXeVmYQvhJ5HQ0lgWLVJTqf9NBCqZhmEQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ONh/6V0frmCx8IuefqMZp9hXd1Egxj+4Ex36kIOJArIhtQz4m6dcUBFITZcdngLoEU7KduSBg8tuvKI+nIDtkPPc4drpk4tnxRIYUTm8+rRKtFV8ut5ZvlzyBX9u+jyCS98D3h3ejXhSr537B80peQaC5U075oYmwgndiQG4SnCHWSdMAy0s9sxla9B0mE2KTTJMOuozvLff0WnNTRHM4ylx6/QV4ufJk0ZdBjguJpt+XhD7YiuEUUuq6OPpav37e3lZr2+l3W7t8GGkdjYSaIXeuyMzUHo3GyxvQ/uZf+RJnZ723UVbi9gSZqUtCS/eS0LAQH+xzuJpzvhTHFFQFQ==
  • 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: AQHYFsu1SeYFDOtfXkSHCFBFN3ANTqyBGeaAgAACNEo=
  • Thread-topic: [sumo-user] Scenario with demand loaded from vehroute-output behaves different from the original run

Thank you Jakob for you help

Khaled Belhassine, M.Sc. 
Professionnel de recherche en géomatique
Université Laval

Local 2518, Pavillon Palasis-Prince
2325, rue de la Terrasse
Québec, QC, G1V 0A6
Canada


Tél.:  418.656.2131 poste 406590
Site internet : http://www.cirrelt.ca/








De : sumo-user <sumo-user-bounces@xxxxxxxxxxx> de la part de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Envoyé : mercredi 2 février 2022 21:14
À : Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Objet : Re: [sumo-user] Scenario with demand loaded from vehroute-output behaves different from the original run
 
The features you mentioned are not available in the latest release (1.12.0).
However, you can upgrade to the latest development version and set sumo option --replay-rerouting for an accurate replay.

For this to work, the following options must be set for the initial oneShot simulation:

--vehroute-output.sorted
--vehroute-output.speedfactor
--precision 15


regards,
Jakob

Am Mo., 31. Jan. 2022 um 19:07 Uhr schrieb Khaled Belhassine <khaled.belhassine@xxxxxxxxxxxxx>:

Hello, 

I am trying to re-create a scenario which uses oneshot assignment. I export the final routes by using --vehroute-output option and provide that as an input to my simulation again
I get a totally different traffic situation a lot of teleports.


As Recommanded here https://github.com/eclipse/sumo/issues/3024, I would like to know how to : 

  • add option to rerouting device to load vehroute output that includes all routes and the time of rerouting
  • add event based commands to replay the rerouting at the respective times
I used this configuration : 

<configuration>
    <files>
        <net-file value="v3r.osm_02_coordMaurice_ssr.net.xml"/>
        <route-files value="trips.ssr.xml,truck.rou.xml"/>

        <additional-files value="capteurs_feux_circulations_optimise_b_v2.add.xml,vtype.add.xml,phasage_feux.xml,e1_freq_3600_comp_st_Maurice_captoff_update_capt_on.add.xml,parking.xml,calibration-f-mdf-pos-calb.xml,tls_Programs.xml,tls_state.xml,tls_Switches.xml,tls_SwitchStates.xml"/>
    </files>
    <process>
        <begin value="0"/>
        <route-steps value="200"/>
        <routing-algorithm value="astar"/>
        <device.rerouting.probability value="1"/>
        <device.rerouting.period value="30"/>
       
        <vehroute-output.exit-times value="true"/>
        <vehroute-output.last-route value="true"/>
        <vehroute-output.sorted value="true"/>
        <vehroute-output.dua value="true"/>
        <vehroute-output.intended-depart value="true"/>
        <vehroute-output.speedfactor value="true"/>
       
    </process>
    <reports>
        <verbose value="false"/>
        <no-warnings value="True"/>
    </reports>

    <emissions>
        <phemlight-path value="PHEMlight"/>
        <device.emissions.probability value="1"/>
    </emissions>

    <gui_only>
        <gui-settings-file value="osm.view.xml"/>
    </gui_only>
</configuration>


Best regards

Khaled Belhassine, M.Sc. 
Professionnel de recherche en géomatique
Université Laval

Local 2518, Pavillon Palasis-Prince
2325, rue de la Terrasse
Québec, QC, G1V 0A6
Canada


Tél.:  418.656.2131 poste 406590
Site internet : http://www.cirrelt.ca/







_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top