Skip to main content

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

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


Back to the top