Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-12 Thread Jakob Erdmann
Yes. Thanks for pointing this out. It's now fixed in the repository. You can rebuild TraaS or wait until tomorrow. regards, Jakob Am Di., 12. März 2019 um 16:19 Uhr schrieb Jose Monreal Bailey < jmonr...@gmail.com>: > Does this have to do with it? > > TraCI > >- Function

Re: [sumo-user] Edge or Lane association to Phase

2019-03-12 Thread Jakob Erdmann
see https://sumo.dlr.de/wiki/Simulation/Traffic_Lights#Accessing_indices_programmatically Am Di., 12. März 2019 um 13:14 Uhr schrieb Jose Monreal Bailey < jmonr...@gmail.com>: > Hey everyone, > > I am trying to build a hashmap association of edges to the correspondent > green phase. > > I can

Re: [sumo-user] question relative to TAZ

2019-03-12 Thread Jakob Erdmann
If you wish to model demand time lines that vary among the OD-pairs, you will have split your matrix along the time axis (one matrix from 0-1 o'clock, one matrix from 1-2 o'clock etc...). In this case, the documentation regarding timelines becomes irrelevant. You then have to run od2trips multiple

Re: [sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-12 Thread Jose Monreal Bailey
Does this have to do with it? TraCI - Function *trafficlight.setCompleteRedYellowGreeenDefinition* now accepts *name* as an optional 6th component when defining phases. Function ''*trafficlight.getCompleteRedYellowGreeenDefinition* now returns *name* as the 6th component when

[sumo-user] Error TraaS and getCompleteRedYellowGreenDefinition

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, When I execute the command getCompleteRedYellowGreenDefinition for a traffic light, I get the following error: Error reading byte, invalid list position specified for reading: 1068 Where can I check the correct inputs for this command (Hex codes) ? Best regards, Jose

Re: [sumo-user] question relative to TAZ

2019-03-12 Thread christian.damdjowabo
Thank you Jakob, i have another question relative to this point. In the picture down you can find an picture of a excel file [cid:image001.png@01D4D8E8.07F5AB60] In this picture “+” is source and “-“ sink. As you can see there I have to for every edgeID a different timeline. My question is to

Re: [sumo-user] question relative to TAZ

2019-03-12 Thread christian.damdjowabo
Thank you Jakob, i have another question relative to this point. In the picture down you can find an picture of a excel file [cid:image001.png@01D4D8D9.7B4BE020] In this picture “+” is source and “-“ sink. As you can see there I have to for every edgeID a different timeline. My question is to

[sumo-user] Edge or Lane association to Phase

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, I am trying to build a hashmap association of edges to the correspondent green phase. I can get the program definition form the traffic lights, but what is the best way to get the edges from the program, or from the phase if possible? Best regards, Jose

Re: [sumo-user] Reaction time configuration

2019-03-12 Thread Jose Monreal Bailey
Thank you Jakob On Tue, 12 Mar 2019 at 11:47, Jakob Erdmann wrote: > Tau is not the reaction time. ( > https://sumo.dlr.de/wiki/Simulation/Safety#Reaction_Times) > If you want to model these values at runtime you need to use TraCI or add > your own car-following model to SUMO. > > regards, >

Re: [sumo-user] Lane-specific speed limit

2019-03-12 Thread Fredrik Nilsson
Oh cool thanks! From: sumo-user-boun...@eclipse.org on behalf of Jakob Erdmann Sent: Tuesday, March 12, 2019 12:39 To: Sumo project User discussions Subject: Re: [sumo-user] Lane-specific speed limit I strongly recommend against this as you are likely to break

Re: [sumo-user] Reaction time configuration

2019-03-12 Thread Jakob Erdmann
Tau is not the reaction time. ( https://sumo.dlr.de/wiki/Simulation/Safety#Reaction_Times) If you want to model these values at runtime you need to use TraCI or add your own car-following model to SUMO. regards, Jakob Am Di., 12. März 2019 um 12:35 Uhr schrieb Jose Monreal Bailey <

Re: [sumo-user] Lane-specific speed limit

2019-03-12 Thread Jakob Erdmann
I strongly recommend against this as you are likely to break things when editing the .net.xml directly (even if it happens to work for speeds). You can edit lane speeds in netedit (disable the 'select edges' checkbox at the top or shift-click to inspect lanes) Also, see

Re: [sumo-user] Lane-specific speed limit

2019-03-12 Thread Fredrik Nilsson
Never mind I found that you can manually edit the net file. From: sumo-user-boun...@eclipse.org on behalf of Fredrik Nilsson Sent: Tuesday, March 12, 2019 12:26 To: Sumo project User discussions Subject: [sumo-user] Lane-specific speed limit Hi, Is it possible

[sumo-user] Reaction time configuration

2019-03-12 Thread Jose Monreal Bailey
Hey everyone, To configure the reaction time of vehicle types, the parameters are tau, acceleration and deceleration, correct? If I need that tau different from acceleration and for deceleration, what could be the solution? Changing it in runtime? Best regards, Jose

[sumo-user] Lane-specific speed limit

2019-03-12 Thread Fredrik Nilsson
Hi, Is it possible to set speed limit per lane instead of per edge? I can't seem to find any documentation about this. BR, Fredrik ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe