1. Yes. The number of inserted vehicles should be the same for the same
input volume
2. Yes. The option was set correctly (subsections like are ignored
anyway).
Please provide the input files for the two test cases 1500/0 and 1500/500
so I can investigate the cause of the flow reduction.
regards
That actually makes sense :-) sorry for my incorrect answer. I just
looked it up and did no detailed review and somehow expected vehicles to
always have a (final) destination. Good to know this is possible!
On 26/09/2021 18:11, Jakob Erdmann wrote:
Hello,
having taxis stay in the network and c
Jakob,
Thank you for your reply.
I have two follow-up questions.
1. If what affects the vehicle insertion is the occupancy of the lane that
the vehicle is assigned on, what would be the reason that the vehicle count
decreases for the same input volume (ex: 1500 veh/hr)? Shouldn't the number
regarding the duarouter error, you'll have to define the vType 'evehicle'
in an additional file and load this into duarouter via option
--additional-files. See
https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#vehicle_types
Am So., 26. Sept. 2021 um 17:47 Uhr schr
Hello,
having taxis stay in the network and continuously pick up more passengers
is exactly what the taxi device is made for. You can certainly add your own
algorithms via TraCI but you can also use some of the built-in algorithms
for this without the need for doing your own programming.
regards,
Vehicles driving on one lane should generally not affect insertion on the
other lane.
However, every time vehicle insertion on an edge fails because the edge is
full in the insertion location (can easily happen in two consecutive
seconds) no further insertions on that edge are attempted (even on ot
Hello,
I was looking at these links before, and studying about TraCI, but I was also
looking for step-by-step tutorials for beginners, but thanks.
About replacing default vehicle type with another vehicle, such as electric
vehicles, I found:
1)od2trips -c od2trips.config.xml -n districts.taz.xm
Hello,
I have a 2-lane freeway to which the traffic is distributed as following:
Lane0: 1300 ~ 1500 veh/hr (increment by 100 veh/hr in each run)
Lane1: 0 ~ 500 veh/hr (increment by 100 veh/hr in each run)
And I counted the vehicles at the start of the lane for 3600 seconds.
The vehicle count is s
Hello Amanda,
the term "scenario" may be used to indicate many things, but reading
your email the most important element seems to be steering autonomous
vehicles around the network. This is surely possible in SUMO, but you'll
have to do a lot of things by yourself. SUMO does not (at least as