Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] stop car in lane

Hi,

I need help.
In order to simulate an accident and suggested : "Let vehicles halt on
the lane for some time ".

if in *.rou.xml i am add :

    <route id="14" edges="12 23 34"/>
    <vehicle depart="1" id="veh0" route="14">
        <stop lane="12_0" endPos="-50" duration="50"/>
    </vehicle>
    </vehicle>

is that means "veh0" who depart at sec="1", stop in lane "12_0" in pos
"-50" and stop for 50 secs, is it ?

How if i want to stop any car on lane "12_0" in pos="50", duration = "100",
at time="200" secs after simulation run, * But I do not need to know what
id vehicle at that position and that time*

*, i just want to stop cars at that situation;*
Best regards,
eviana
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top