Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] The route X for flow Y is now known

Hi,

Thanks again Jakob!

BR,
Fredrik

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Wednesday, February 13, 2019 11:11
To: Sumo project User discussions
Subject: Re: [sumo-user] The route X for flow Y is now known
 
You almost had it right and the sumo option names are misleading.
The short answer is:
use  <additional-files value="routes.xml,flows.xml,detectors.add.xml"/> 
The long answer is given at

Am Mi., 13. Feb. 2019 um 10:37 Uhr schrieb Fredrik Nilsson <frnilss@xxxxxxxxxxxxxxxxxxx>:
Hi,

I am trying to start a simulation with flow and route files that I have generated via flowrouter.py but I think I've made a mistake in the config file. The problem I have is that I get this error message when starting SumoGUI:

Error: The route 'in1_e2.qPKW.0' for flow 'in1_e2.qPKW.0' is not known.

But the first line in my route file is:

<route id="in1_e2.qPKW.0" edges="in1 50898254 mid e2"/>

So that route should be defined. My config looks like this:

<configuration>
   <input>
       <net-file value="kungsbackaleden.net.xml"/>
       <route-files value="routes.xml"/>
   <additional-files value="detectors.add.xml, flows.xml"/>
   </input>
</configuration>

BR,
Fredrik

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top