Skip to main content

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

Hi Ednardo,

there is currently a lot of development done in netedit with respect to demand modeling.
You might want to try the latest development version (https://sumo.dlr.de/wiki/Downloads#SUMO_-_Latest_Development_Version)
This has not only a flow but also a routeFlow option.
The simulation works for me with the development version

Regards, Harald

Am 29.07.19 um 14:37 schrieb Ednardo de oliveira Ferreira:
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)

_______________________________________________
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