Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Net edit 1.2 - Routes, Vehicles and flows

Hi!

How I create a flow on NetEdit using vehicle and routes modes?

I created a route and put a vehicle over the route, using 'flow' option. But when I save the file, route, vehicle and flows are separated. I'd like to see them togther on flow's definitions.

When I run the simulation, an error says that my flow's don't have edges.

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <route id="route_0" edges="gneE0 gneE1 gneE2" color="blue"/>
    <route id="route_1" edges="gneE3 gneE4 gneE5" color="blue"/>
    <route id="route_2" edges="gneE6 gneE2" color="blue"/>
    <route id="route_3" edges="gneE9 gneE11 gneE12" color="blue"/>
    <vType id="vType_0"/>
    <vType id="vType_1"/>
    <vType id="vType_2"/>
    <vType id="vType_3" vClass="private"/>
    <flow id="flow_0" route ="route_0" type="vType_0" begin="0.00" end="3600.00" number="1800"/>
    <flow id="flow_1" route ="route_1" type="vType_0" begin="0.00" end="3600.00" number="1800"/>
</routes>

--
"E conhecereis a verdade, e a verdade vos libertará" (João 8:32)

Back to the top