Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Creating Actuated TLS

The options are available since version 0.30.0. What kind of error are you getting?

Am Fr., 23. Nov. 2018 um 14:33 Uhr schrieb Lorenzo Cano Cesconetto <Lorenzo_Cesconeto@xxxxxxxxxxx>:

Hey Jakob,

Thanks for the explanation, it worked!

But for some reason it's not allowing me to set the params --tls.min-dur and --tls.max-dur
Any suggestions on this?


From: Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Friday, November 23, 2018 5:15 AM
To: Francisco Cesconeto
Cc: Sumo project User discussions
Subject: Re: [sumo-user] Creating Actuated TLS
 
Hello,
the option --tls.default-type actuated only affects newly generated networks where the traffic light type is being guessed.
To change the traffic lights in an existing network you need to "forget" about the existing traffic lights by performing the following steps:

netconvert -s orig.net.xml --plain-output-prefix plain
netconvert -e plain.edg.xml -n plain.nod.xml -x plain.con.xml -o updated.net.xml --ignore-errors.edge-type --tls.default-type actuated

regards,
Jakob

Am Fr., 23. Nov. 2018 um 07:27 Uhr schrieb Lorenzo Cano Cesconetto via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Hello guys,

I am trying to convert my network file into a new network file with actuated traffic lights instead.

I'm running the following command in my terminal:


netconvert -s cross.net.xml -o cross_actuated.net.xml --tls.default-type actuated


But for some reason the cross_actuated.net.xml file is just o straight copy of cross.net.xml, the traffic lights are still static.

Does anybody know how to fix this?


Thanks in advance,

Lorenzo.

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user

Back to the top