Re: [sumo-user] Defining bidirectional line or bus service

2020-06-01 Thread Jakob Erdmann
The route just needs more stops and more edges. You append the down-journey after the up-journey. All sumo-edges and stops can be used in only one driving direction. ** Am Di., 2. Juni 2020 um 07:06 Uhr schrieb Tripplanner Mumbai <

Re: [sumo-user] Defining bidirectional line or bus service

2020-06-01 Thread Tripplanner Mumbai
Hello Jakob, I am unable to follow your instructions. Could you please modify the following line (bus route, which is currently unidirectional) as bidirectional (not cyclic) line? thanks and regards, Dillip Rout On Tue, 2 Jun 2020 at 00:01, Jakob Erdmann wrote:

Re: [sumo-user] turnFile2EdgeRelations.py error

2020-06-01 Thread Jakob Erdmann
There must be a misunderstanding somewhere: The tool turnFile2EdgeRelations.py converts the (obsolete) format http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/turns_file.xsd;> ... Into the new

Re: [sumo-user] ACC Model Attributes

2020-06-01 Thread Jakob Erdmann
The value of speedControlGain gets multiplied with (speed - desiredSpeed) to compute the desired acceleration. In this context it makes sense to have a negative factor. I'm guessing that the paper has a minus sign somewhere in the formula so the -0.4 correspond to 0.4 in the paper. Note, that I

Re: [sumo-user] ACC Model Attributes

2020-06-01 Thread Fay Kostopoulou
Hello, The speedControlGain default value is negative. Is there any reason for it? I have seen a range between 0.3-0.4 s^(-1) (Xiao, L., Wang, M., & van Arem, B. (2017). Realistic Car-Following Models for Microscopic Simulation of Adaptive and Cooperative Adaptive Cruise Control Vehicles.

Re: [sumo-user] Missing one internal lane for junction

2020-06-01 Thread Jakob Erdmann
The lane :gneJ1_1_0 is found in the incLanes attribute of the internal junction :gneJ1_4_0 which belongs to gneJ1. Am Mo., 1. Juni 2020 um 14:19 Uhr schrieb user1000 : > Dear all, > I generated a network with NETEDIT. It is simple intersection. I don't > understand one thing in net.xml file. Why

Re: [sumo-user] Bus seemingliy stuck at bus stop

2020-06-01 Thread Jakob Erdmann
You can right-click on the bus and select 'show routes'. This will color the route and also show information about the current stop and it's planned duration. Possibly the vehicle is defined to stop for a longer duration than expected. Am Mo., 1. Juni 2020 um 11:48 Uhr schrieb Socher, Maximilian

Re: [sumo-user] lane change doc: parameter defaults out of allowed range

2020-06-01 Thread Jakob Erdmann
Thanks for pointing this out. The ends of the range are permitted values in each of these case. I have updated the documentation to reflect this. Am Mo., 1. Juni 2020 um 08:28 Uhr schrieb grimm : > Hi all, > I just noticed two smaller issues in the documentation of two LC params > introduced

Re: [sumo-user] Defining bidirectional line or bus service

2020-06-01 Thread Jakob Erdmann
For the reverse directions you need to define additional busStops (on the reverse direction edges). Then you can add the stops to the route definition and extend the list of edges. Once the route has looped back to the start you can either repeat the sequences of stops (with different until times)

Re: [sumo-user] TL_logic generation

2020-06-01 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html#automatically_generated_tls-programs Am So., 31. Mai 2020 um 23:33 Uhr schrieb Thanos Tasakos < thanos@gmail.com>: > Hello all, > in SUMO, phases and phase durations for intersections are computed in an > automatic way. > What

Re: [sumo-user] Where to find the specific calculation formula of carfollowing Krauss model?

2020-06-01 Thread Jakob Erdmann
see https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel_Krauss.cpp some code is also in the base class: https://github.com/eclipse/sumo/blob/master/src/microsim/cfmodels/MSCFModel.h Am So., 31. Mai 2020 um 16:07 Uhr schrieb bruce Wang < bruce.wang2...@outlook.com>: >

Re: [sumo-user] Actuated Traffic Lights

2020-06-01 Thread Jakob Erdmann
The phase is prolonged by 3s. This can be changed using the "max-gap" parameter. Am So., 31. Mai 2020 um 14:57 Uhr schrieb Dayuan Tan : > Dear Jakob, > > Good morning! > Hope everything goes well! > > The Actuated Traffic Lights"prolonging traffic phases whenever a > continuous stream of traffic

Re: [sumo-user] emissionClass="PC_BEV"

2020-06-01 Thread Jakob Erdmann
for electric vehicles you should use emissionClass="Energy/unknown" Am Sa., 30. Mai 2020 um 23:07 Uhr schrieb Fay Kostopoulou : > Dear all, > > I am trying to define only passenger vehicles as electric using > vClass="evehicle" emissionClass="PC_BEV" into the vtypeDistribution, via >

Re: [sumo-user] Lane change before junction - exclude certain edge as beginning in route with fringe-factor in routeSampler

2020-06-01 Thread Jakob Erdmann
Hello, 1) you can set the fringe factor as high as you want (there is no upper limit). This way you can make it very unlikely for routes to start at non-fringe edges 2) route generation and route sampling are completely independent steps. There is no routeSampler option to exclude any routes

[sumo-user] Missing one internal lane for junction

2020-06-01 Thread user1000
Dear all, I generated a network with NETEDIT. It is simple intersection. I don't understand one thing in net.xml file. Why does 'gneJ1' junction contains only 4 internal lanes (intLanes). There is 5 internal lanes, ':gneJ1_1_0' lane seems to be missing. Could you help me to understand that? How

[sumo-user] Bus seemingliy stuck at bus stop

2020-06-01 Thread Socher, Maximilian
Hello all, I ran into a problem with my simulation. I have defined a few bus lines via routes with multiple stops and flows. But when I run my scenario, for all but one of the defined routes the busses stop at the very first stop (as they should) but then never continue driving. I get no log

[sumo-user] lane change doc: parameter defaults out of allowed range

2020-06-01 Thread grimm
Hi all, I just noticed two smaller issues in the documentation of two LC params introduced with SUMO Version 1.5. I'm referring to this page . *lcSpeedGainLookahead:* Default is given as 0,

[sumo-user] Computing distance and travel time from a bus stop to another bus stop

2020-06-01 Thread Tripplanner Mumbai
Hello, I have a network and all its properties are defined. I am getting all needed output such as stop information, trip information, person information, etc. However, I would like to know how to calculate or find out the distance and travel time (as per definition). For example, I have a