Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Understanding dfrouter
  • From: <Maria.Armellini@xxxxxx>
  • Date: Thu, 16 Jul 2020 09:37:15 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:XxIC7h/kg9+xxf9uRHKM819IXTAuvvDOBiVQ1KB31uMcTK2v8tzYMVDF4r011RmVBNudsK4P0rWempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffgRFiCCzbL59Ixm6sAfcvdQKjIV/Lao81gHHqWZSdeRMwmNoK1OTnxLi6cq14ZVu7Sdete8/+sBZSan1cLg2QrJeDDQ9LmA6/9brugXZTQuO/XQTTGMbmQdVDgff7RH6WpDxsjbmtud4xSKXM9H6QawyVD+/6apgVR3mhzodNzMh8G/ZlNF+jL5VrhyiqRxwwY/Ub52aO/dlZKPRYdEaSHBdUspNSSBMBJ63YYsVD+oGOOZVt47wqVwUohukBAmjHvnjxyNShn/zw6I61+AhEQDA3AwhBN8BrXDUrM/vOKgPT++41a/FxijMYP1Kwzny8pTIcgw/rvGWW7J9acrfxEkvGg7ZjFidq4LoMjKb2OkCt2WX8ultWOKzhmM5pQ99vjyiy8gsh4TViY8YxV7K+Th4zYs6JdO1VlJ2bcOiHZBNuS+aMI52TdkjQ2FuoCs117kGuYShcCcX1psqwQPUZf+fc4WQ/x7vSPydLSp7iX9qYr6zmhi//Eu6xuHiWMS4yEtGoyhbntXWqHwBygbf5tWFR/Z85EutxDCC3B3J5O5eO0A7j6/bJoYkwr43i5Ucr1zOHjTzmEXqlK+WcVgk+vSw5+TnfLrmopicOpd6hA/4PKoglcyxD+Q/PAYNWGaV4/qw2bPs80L4XrhGlPw2kq/FsJDAP8sXvLO2AwtP0oo59hmwES+q0NUenXYZMFJIYA+Lg5TzN13TI/31Au2zj0minTpo3fzKILPsDo3ILnfZkbfhebh961RbyAo21d1R4IhbCqsAIP3pQEP8qMbYDhonPAywx+bnCdN91oIFVG2SBq+ZKrnevkKW6e43OemDeJcVuCrhK/gi//PulmI5mVoafaWwwJsXc263Hu59LkqHfXXshtYBEX8RvgUgVuDqj0eCUTEAL0q1CvYn+zQ8TZ+9AJ3rS4upgaSa0WG8BJIANU5cDVXZRVLhbYSNHd4WbS+WJs5nkxQIUaLnR4J3hkLmjxPz17cydrmcwSYfr5+2jNU=
  • Ironport-sdr: M45Amw5j7dTk2GxT/JXZHXvTZGB56Aa23kfogadIaWpQx0+gwxXggvsGE0ZXaXKpkJ9wDiqgY2 422y+3weow2w==
  • 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: AdZa8ym7dMjiNW/uRTC5FwHDCBc55AAX9lUw
  • Thread-topic: Understanding dfrouter

Hi,

 

it may be that you have to change the simulation begin. If your trips don’t start at time 0, then you won’t see any vehicles. You can check in the emitters.rou.xml when the first vehicle departs and then add this time (with a few seconds in advance) in the sumocfg file:

 

<configuration>

    <input>

        <net-file value="XXXXXXXX"/>

        <additional-files value="XXXXXXX"/>

    </input>

    <time>

        <begin value="XXXXXX"/>

    </time>

</configuration>

 

The dfrouter creates the routes for the default vehicle type, so you will have to change that in the emitters file.

 

Please consider that dfrouter is outdated and unmaintained. I don’t know how your scenario and data look like, but you may prefer to import the train routes and net from OpenStreetMap (see https://sumo.dlr.de/docs/Tutorials/PT_from_OpenStreetMap.html ).

 

Regards,

Giuliana

 

From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of Issa, Joshua
Sent: Donnerstag, 16. Juli 2020 00:06
To: Sumo project User discussions
Subject: [sumo-user] Understanding dfrouter

 

Hello,

 

I am trying to use dfrouter to create routes for trains. Although the SUMO simulation will run, no vehicle runs on the tracks. I have used the following dfrouter command:

 

It creates the files without issue. I have tried the <additional-files/> and <route-files/> tags, but neither have worked.

What am I missing?

 

Thank you


Back to the top