Re: [sumo-user] Asking for " tlsCycleAdaptation.py"

2019-07-24 Thread Manh Do Van
Thank you so much!

On Wed, Jul 24, 2019 at 11:58 PM Harald Schaefer  wrote:

> Hi,
>
> your simulation starts at t ~ 28800
> you should add the parameter - b28800 to the call of tlsCycleAdaption.py
>
> Best regards
> Harald
>
> Am 24.07.19 um 15:34 schrieb Manh Do Van:
>
> Dear Sir,
> I used two manners to transform my old route file (I will attach them to
> this email). Even though I created new route files already but when I tried
> to run the "tlsCycleAdaptation.py -n i.net.xml -r new.rou.xml -o
> newTLS.add.xml"  I still have the same result:" *There are no flows at
> the given intersections. No green time optimization is done"*
> *What should I do? thank you so much. *
>
>  On Thu, Jul 11, 2019 at 4:54 PM Jakob Erdmann 
> wrote:
>
>> Hello,
>> the script tlsCycleAdaptations currenlty expects a route vehicle in the
>> style
>> 
>>
>> 
>> If your file uses different defintions you must first transform it using
>> duarouter -n net.net.xml -r old.rou.xml -o new.rou.xml
>> Alternatively you can run a simulation using the option --vehroute-output
>> new.rou.xml
>> There may be a difference due to dynamic route choice (
>> https://sumo.dlr.de/wiki/Demand/Dynamic_User_Assignment)
>>
>> regards,
>> Jakob
>>
>> Am Do., 11. Juli 2019 um 10:13 Uhr schrieb Manh Do Van > >:
>>
>>> *Could someone help me to answer my question? *
>>>
>>> *Thank you!  *
>>>
>>>
>>> On Thu, Jul 11, 2019 at 1:19 AM Manh Do Van  wrote:
>>>
 Dear Users,
 I used the tlsCycleAdaptation.py that based on Webster equation
 followed the command  " tlsCycleAdaptation.py -n net.net.xml -r
 routes.rou.xml -o newTLS.add.xml"
 But the result is " *There are no flows at the given intersections. No
 green time optimization is done*" as the picture named " i.png" that I
 attached with this email.
 Even though I created the traffic simulation model for this
 intersection that includes the given traffic light system.
 I will attach my simulation model to this email. Please double-check it
 and give me a suggestion to handle this problem.
 Thank you for your help.
 Regards,

>>> Website: http://www.utc.edu.vn 
>>> ___
>>> sumo-user mailing list
>>> sumo-user@eclipse.org
>>> To change your delivery options, retrieve your password, or unsubscribe
>>> from this list, visit
>>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing listsumo-u...@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visithttps://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Car Following parameters - "Tau"

2019-07-24 Thread Soumya Sharma
Hello,
I am working with the CACC model to determine how it impacts freeway
capacity. I studied in detail the algorithm for the CACC (
https://www.sciencedirect.com/science/article/pii/S0968090X14002447?via%3Dihub
 and
https://www.sciencedirect.com/science/article/pii/S0968090X1830528X?via%3Dihub).
In addition, I looked at the code at (
https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel_CACC.cpp
).
However, I was not able to see how the time headway shown in two papers is
implemented in the code. I am particularly interested in decreasing this
parameter. I did try to work with "tau", however, it is still not clear how
"tau" is implemented in the CACC.

Interestingly, when I set "tau = 1" it gives me the maximum flow. Any value
greater (1.5, 2) or lower (0.1, 0.2, 0.3, 0.5) than 1 decreases the flow
rate per hour. Could you let me know how timeHeadway is implemented in the
CACC model and also what parameter should I change if I want lower time
headways (for example I want to have a time headway of 0.5 sec between
vehicles).
I have attached my files for reference.
Thank you in advance.

-- 
Thank you,
Soumya Sharma
Graduate Research Assistant | ITRE
PhD Civil Engineering | Transportation Systems | NC State
*AREMA **Liaison | NC State Student Chapter *
LinkedIn 

[image: itre.PNG]


CACC.rar
Description: Binary data
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Issue trying to create route file using randomtrips and duarouter in Python (via Pycharm)

2019-07-24 Thread Harald Schaefer
Hi

if I run randomTrips.py manually in a command window, i see

harald> randomTrips.py -v -n net.net.xml --route-file routes_123.xml
calling  /usr/local/share/sumo/bin/duarouter -n net.net.xml -r
trips.trips.xml --ignore-errors --begin 0 --end 3600 --no-step-log
--no-warnings -o routes_123.xml
Success.

This means inside randomTrips.py automatically duarouter is called. You
have nothing to do.
But duarouter is called with options to ignore-errors and not to issue
warnings.

Can you post the output of your randomTrips.py call?

Regards

Am 24.07.19 um 18:05 schrieb Hrishikesh Barad:
> Hi Harald, thanks a lot for the detailed response.
>
>  Can you elaborate what do you mean by 'duarouter is called from
> randomTrips with --ignore-errors'? What do I need to add to my code to
> call duarouter within randomtrips loop?
>
>
> Thanks again,
>
>
> On Wed, Jul 24, 2019 at 9:34 AM Harald Schaefer  > wrote:
>
> Hi,
>
> here are some ideas:
> 1) might be the routes_abc.xml file is locked by the sumo-gui and
> is not overwritten (duarouter is called from randomTrips with
> --ignore-errors)
> 2) Have you tried your loop without the sumo_gui and checked that
> there are new route_files?
> 3) you can use in each loop a new route file name.
> 4) does the sumo-gui processes terminate?
> 5) Have you tried absolute filenames?
> 6) Some parameter (period, seed) in your call to randomTrips are
> given as int not strings
>
> Regards, Harald
>
> Am 23.07.19 um 22:53 schrieb Hrishikesh Barad:
>> Hi friends,
>>
>> As shown below in the code, I am trying to create a route file
>> ('route_abc.xml') using .net file ('simexp.net.xml') and an
>> additional file ('vdis100.add.xml') and then use the generated
>> 'route_abc.xml' to run the SUMO simulation. And before running
>> every simulation I just change the additional files (I have them
>> already prepared in a folder and they are named vdis10, vdis20
>> and so on) 
>>
>> /#CODE START---/
>> /
>> /
>> /randomTrips.main(randomTrips.get_options([
>>             '--net-file', 'simexp.net.xml',
>>             '--min-distance', '1500',
>>             '--period', 4,
>>             '--binomial', '1',         #uniform arrival
>>             '--seed', 8123,
>>             '--trip-attributes', 'type = \"vdis\" departLane =
>> \"random\" departSpeed = \"max\"',  
>>             '--additional-file', 'vdis100.add.xml',
>>             '--route-file', 'route_abc.xml']))
>>            
>> subprocess.Popen([/"C:\Program Files
>> (x86)\Eclipse\Sumo\\bin\sumo-gui.exe"/, "-c", "simexp.sumo.cfg",
>>             "--log", "log_file.xml",
>>             "-r", "route_abc.xml",
>>             "--remote-port", str(now_port), "-S", "true", "-Q",
>> "true",
>>             "--emission-output", "CoEMS19ms.xml",
>>             "--tripinfo-output", "SummaryOP.xml",
>>             "--fcd-output", "CoTrace19ms.xml",
>>             "--output-prefix", op_path_file], stdout=sys.stdout,
>> stderr=sys.stderr)
>> /
>> /
>> /
>> /#CODE END---  /
>>
>> But for some reason, Randomtrips or duarouter is not generating a
>> new  'route_abc.xml' and the simulation keeps running the
>> simulation with the old 'route_abc.xml' which was already there
>> in the folder previously. Please help me what am I doing wrong
>> and how I can solve this.
>>
>> P.S: I have the SUMO 1.1.0 Installed
>>
>> -- 
>> Hrishikesh Barad
>> /Graduate Student/
>> Industrial & Systems Engineering, Rochester Institute of Technology
>> m:   585-629-4418
>> e:   _hrb1...@rit.edu _
>>   
>>   
>>   
>> 
>>
>>
>>
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org 
>> To change your delivery options, retrieve your password, or unsubscribe 
>> from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org 
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
> -- 
> Hrishikesh Barad
> /Graduate Student/
> Industrial & Systems Engineering, Rochester Institute of Technology
> m:585-629-4418
> e:_hrb1...@rit.edu _
>     
>   
> 

Re: [sumo-user] Issue trying to create route file using randomtrips and duarouter in Python (via Pycharm)

2019-07-24 Thread Hrishikesh Barad
Hi Harald, thanks a lot for the detailed response.

 Can you elaborate what do you mean by 'duarouter is called from
randomTrips with --ignore-errors'? What do I need to add to my code to call
duarouter within randomtrips loop?


Thanks again,


On Wed, Jul 24, 2019 at 9:34 AM Harald Schaefer  wrote:

> Hi,
>
> here are some ideas:
> 1) might be the routes_abc.xml file is locked by the sumo-gui and is not
> overwritten (duarouter is called from randomTrips with --ignore-errors)
> 2) Have you tried your loop without the sumo_gui and checked that there
> are new route_files?
> 3) you can use in each loop a new route file name.
> 4) does the sumo-gui processes terminate?
> 5) Have you tried absolute filenames?
> 6) Some parameter (period, seed) in your call to randomTrips are given as
> int not strings
>
> Regards, Harald
>
> Am 23.07.19 um 22:53 schrieb Hrishikesh Barad:
>
> Hi friends,
>
> As shown below in the code, I am trying to create a route file
> ('route_abc.xml') using .net file ('simexp.net.xml') and an additional file
> ('vdis100.add.xml') and then use the generated 'route_abc.xml' to run the
> SUMO simulation. And before running every simulation I just change the
> additional files (I have them already prepared in a folder and they are
> named vdis10, vdis20 and so on)
>
> *#CODE START---*
>
>
>
>
>
>
>
>
>
>
>
> *randomTrips.main(randomTrips.get_options([ '--net-file',
> 'simexp.net.xml', '--min-distance', '1500',
> '--period', 4, '--binomial', '1', #uniform arrival
> '--seed', 8123, '--trip-attributes', 'type = \"vdis\"
> departLane = \"random\" departSpeed = \"max\"',
> '--additional-file', 'vdis100.add.xml', '--route-file',
> 'route_abc.xml'])) subprocess.Popen([*"C:\Program Files
> (x86)\Eclipse\Sumo\\bin\sumo-gui.exe"
>
>
>
>
>
>
>
> *, "-c", "simexp.sumo.cfg", "--log", "log_file.xml",
>   "-r", "route_abc.xml", "--remote-port", str(now_port), "-S",
> "true", "-Q", "true", "--emission-output", "CoEMS19ms.xml",
> "--tripinfo-output", "SummaryOP.xml", "--fcd-output",
> "CoTrace19ms.xml", "--output-prefix", op_path_file],
> stdout=sys.stdout, stderr=sys.stderr) *
>
> *#CODE END---  *
>
> But for some reason, Randomtrips or duarouter is not generating a new
> 'route_abc.xml' and the simulation keeps running the simulation with the
> old 'route_abc.xml' which was already there in the folder previously.
> Please help me what am I doing wrong and how I can solve this.
>
> P.S: I have the SUMO 1.1.0 Installed
>
> --
> Hrishikesh Barad
> *Graduate Student*
> Industrial & Systems Engineering, Rochester Institute of Technology
> m: 585-629-4418
> e: *hrb1...@rit.edu *
> 
> 
> 
> 
>
> ___
> sumo-user mailing listsumo-u...@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visithttps://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
-- 
Hrishikesh Barad
*Graduate Student*
Industrial & Systems Engineering, Rochester Institute of Technology
m: 585-629-4418
e: *hrb1...@rit.edu *
   
   

___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Asking for " tlsCycleAdaptation.py"

2019-07-24 Thread Harald Schaefer
Hi,

your simulation starts at t ~ 28800
you should add the parameter - b28800 to the call of tlsCycleAdaption.py

Best regards
Harald

Am 24.07.19 um 15:34 schrieb Manh Do Van:
> Dear Sir, 
> I used two manners to transform my old route file (I will attach them
> to this email). Even though I created new route files already but when
> I tried to run the "tlsCycleAdaptation.py -n i.net.xml -r new.rou.xml
> -o newTLS.add.xml"  I still have the same result:" /*There are no
> flows at the given intersections. No green time optimization is done"*/
> /What should I do? thank you so much. /
>
>  On Thu, Jul 11, 2019 at 4:54 PM Jakob Erdmann  > wrote:
>
> Hello,
> the script tlsCycleAdaptations currenlty expects a route vehicle
> in the style
> 
>    
> 
> If your file uses different defintions you must first transform it
> using
> duarouter -n net.net.xml -r old.rou.xml -o new.rou.xml
> Alternatively you can run a simulation using the option
> --vehroute-output new.rou.xml
> There may be a difference due to dynamic route choice
> (https://sumo.dlr.de/wiki/Demand/Dynamic_User_Assignment)
>
> regards,
> Jakob
>
> Am Do., 11. Juli 2019 um 10:13 Uhr schrieb Manh Do Van
> mailto:man...@utc.edu.vn>>:
>
> /Could someone help me to answer my question? /
> /Thank you! 
> /
>
>
> On Thu, Jul 11, 2019 at 1:19 AM Manh Do Van  > wrote:
>
> Dear Users,
> I used the tlsCycleAdaptation.py that based on Webster
> equation followed the command  " tlsCycleAdaptation.py -n
> net.net.xml -r routes.rou.xml -o newTLS.add.xml"
> But the result is " /*There are no flows at the given
> intersections. No green time optimization is done*/" as
> the picture named " i.png" that I attached with this email.
> Even though I created the traffic simulation model for
> this intersection that includes the given traffic light
> system.
> I will attach my simulation model to this email. Please
> double-check it and give me a suggestion to handle this
> problem.
> Thank you for your help.
> Regards, 
>
> Website: http://www.utc.edu.vn 
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org 
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org 
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Fwd: Regarding Variable Speed Signs

2019-07-24 Thread Harald Schaefer
Hello,

for me it works in one of the latest development versions like this:

please select one or more lanes in netedit,
Go to additional mode, select „VariableSpeedSign“ and click use selected
lanes. Then a white line shows up, Use the right mouse button for a
context menu and select "Open variable Speed Sign Dialog"

Regards, Harald

Am 24.07.19 um 15:34 schrieb Radha Reddy:
> Hello,
>
> Many thanks for your kind response.
>
> I followed the steps mentioned in the link, but not successful.
>
> I have selected the number of edges for placing sign, but there is no
> icon or something appeared when I click or press enter.
>
> Regards
>
> On Wed, Jul 24, 2019 at 11:18 AM  > wrote:
>
> Hi,
>
>  
>
> Go to additional mode, select „VariableSpeedSign“ and select lanes
> in which VSS will be placed (see attached image). For more
> information check:
>
>  
>
> https://sumo.dlr.de/wiki/NETEDIT#Variable_Speed_Signs
>
>  
>
> Regards
>
>  
>
> *Von:*sumo-user-boun...@eclipse.org
> 
> [mailto:sumo-user-boun...@eclipse.org
> ] *Im Auftrag von *Radha Reddy
> *Gesendet:* Mittwoch, 24. Juli 2019 10:53
> *An:* Sumo project User discussions
> *Betreff:* [sumo-user] Fwd: Regarding Variable Speed Signs
>
>  
>
> Hello,
>
>  
>
> I have to place a variable speed sign on an edge.
>
> But I do not understand how to place variable speed sign by using
> Netedit.
>
> Can you please suggest me, how to place these kind of signs.
>
>  
>
> Regards
>
> Radha
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org 
> To change your delivery options, retrieve your password, or
> unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Fwd: Regarding Variable Speed Signs

2019-07-24 Thread Radha Reddy
Hello,

Many thanks for your kind response.

I followed the steps mentioned in the link, but not successful.

I have selected the number of edges for placing sign, but there is no icon
or something appeared when I click or press enter.

Regards

On Wed, Jul 24, 2019 at 11:18 AM  wrote:

> Hi,
>
>
>
> Go to additional mode, select „VariableSpeedSign“ and select lanes in
> which VSS will be placed (see attached image). For more information check:
>
>
>
> https://sumo.dlr.de/wiki/NETEDIT#Variable_Speed_Signs
>
>
>
> Regards
>
>
>
> *Von:* sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org]
> *Im Auftrag von *Radha Reddy
> *Gesendet:* Mittwoch, 24. Juli 2019 10:53
> *An:* Sumo project User discussions
> *Betreff:* [sumo-user] Fwd: Regarding Variable Speed Signs
>
>
>
> Hello,
>
>
>
> I have to place a variable speed sign on an edge.
>
> But I do not understand how to place variable speed sign by using Netedit.
>
> Can you please suggest me, how to place these kind of signs.
>
>
>
> Regards
>
> Radha
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user
>
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


Re: [sumo-user] Asking for " tlsCycleAdaptation.py"

2019-07-24 Thread Manh Do Van
Dear Sir,
I used two manners to transform my old route file (I will attach them to
this email). Even though I created new route files already but when I tried
to run the "tlsCycleAdaptation.py -n i.net.xml -r new.rou.xml -o
newTLS.add.xml"  I still have the same result:" *There are no flows at the
given intersections. No green time optimization is done"*
*What should I do? thank you so much. *

 On Thu, Jul 11, 2019 at 4:54 PM Jakob Erdmann 
wrote:

> Hello,
> the script tlsCycleAdaptations currenlty expects a route vehicle in the
> style
> 
>
> 
> If your file uses different defintions you must first transform it using
> duarouter -n net.net.xml -r old.rou.xml -o new.rou.xml
> Alternatively you can run a simulation using the option --vehroute-output
> new.rou.xml
> There may be a difference due to dynamic route choice (
> https://sumo.dlr.de/wiki/Demand/Dynamic_User_Assignment)
>
> regards,
> Jakob
>
> Am Do., 11. Juli 2019 um 10:13 Uhr schrieb Manh Do Van  >:
>
>> *Could someone help me to answer my question? *
>>
>> *Thank you! *
>>
>>
>> On Thu, Jul 11, 2019 at 1:19 AM Manh Do Van  wrote:
>>
>>> Dear Users,
>>> I used the tlsCycleAdaptation.py that based on Webster equation followed
>>> the command  " tlsCycleAdaptation.py -n net.net.xml -r routes.rou.xml -o
>>> newTLS.add.xml"
>>> But the result is " *There are no flows at the given intersections. No
>>> green time optimization is done*" as the picture named " i.png" that I
>>> attached with this email.
>>> Even though I created the traffic simulation model for this intersection
>>> that includes the given traffic light system.
>>> I will attach my simulation model to this email. Please double-check it
>>> and give me a suggestion to handle this problem.
>>> Thank you for your help.
>>> Regards,
>>>
>> Website: http://www.utc.edu.vn 
>> ___
>> sumo-user mailing list
>> sumo-user@eclipse.org
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-user
>>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user




http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd;>
























































































































































































































































































































































































































































































































   

Re: [sumo-user] Issue trying to create route file using randomtrips and duarouter in Python (via Pycharm)

2019-07-24 Thread Harald Schaefer
Hi,

here are some ideas:
1) might be the routes_abc.xml file is locked by the sumo-gui and is not
overwritten (duarouter is called from randomTrips with --ignore-errors)
2) Have you tried your loop without the sumo_gui and checked that there
are new route_files?
3) you can use in each loop a new route file name.
4) does the sumo-gui processes terminate?
5) Have you tried absolute filenames?
6) Some parameter (period, seed) in your call to randomTrips are given
as int not strings

Regards, Harald

Am 23.07.19 um 22:53 schrieb Hrishikesh Barad:
> Hi friends,
>
> As shown below in the code, I am trying to create a route file
> ('route_abc.xml') using .net file ('simexp.net.xml') and an additional
> file ('vdis100.add.xml') and then use the generated 'route_abc.xml' to
> run the SUMO simulation. And before running every simulation I just
> change the additional files (I have them already prepared in a folder
> and they are named vdis10, vdis20 and so on) 
>
> /#CODE START---/
> /
> /
> /randomTrips.main(randomTrips.get_options([
>             '--net-file', 'simexp.net.xml',
>             '--min-distance', '1500',
>             '--period', 4,
>             '--binomial', '1',         #uniform arrival
>             '--seed', 8123,
>             '--trip-attributes', 'type = \"vdis\" departLane =
> \"random\" departSpeed = \"max\"',  
>             '--additional-file', 'vdis100.add.xml',
>             '--route-file', 'route_abc.xml']))
>            
> subprocess.Popen([/"C:\Program Files
> (x86)\Eclipse\Sumo\\bin\sumo-gui.exe"/, "-c", "simexp.sumo.cfg",
>             "--log", "log_file.xml",
>             "-r", "route_abc.xml",
>             "--remote-port", str(now_port), "-S", "true", "-Q", "true",
>             "--emission-output", "CoEMS19ms.xml",
>             "--tripinfo-output", "SummaryOP.xml",
>             "--fcd-output", "CoTrace19ms.xml",
>             "--output-prefix", op_path_file], stdout=sys.stdout,
> stderr=sys.stderr)
> /
> /
> /
> /#CODE END---  /
>
> But for some reason, Randomtrips or duarouter is not generating a new 
> 'route_abc.xml' and the simulation keeps running the simulation with
> the old 'route_abc.xml' which was already there in the folder
> previously. Please help me what am I doing wrong and how I can solve this.
>
> P.S: I have the SUMO 1.1.0 Installed
>
> -- 
> Hrishikesh Barad
> /Graduate Student/
> Industrial & Systems Engineering, Rochester Institute of Technology
> m:585-629-4418
> e:_hrb1...@rit.edu _
>     
>   
> 
>
>
>
> ___
> sumo-user mailing list
> sumo-user@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-user


___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user


[sumo-user] Fwd: Regarding Variable Speed Signs

2019-07-24 Thread Radha Reddy
Hello,

I have to place a variable speed sign on an edge.
But I do not understand how to place variable speed sign by using Netedit.
Can you please suggest me, how to place these kind of signs.

Regards
Radha
___
sumo-user mailing list
sumo-user@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user