[sumo-user] Traci Pedestrians: restrict positions (x, y) to a max value.

2023-03-28 Thread Gervalino Bilas
Hello. Using "randomTrips" is it possible to generate trips restricting max *x* and *y* positions? For example, my map has positions greater than 1000 m, but I want *x* and *y* to be between 0 and 500 m. Regards, ___ sumo-user mailing list sumo-user@ec

Re: [sumo-user] Traci Pedestrians: Is it possible to have control about the simulation's time?

2023-03-28 Thread Gervalino Bilas
Worked like a charm, Jakob. Thanks. Em ter., 28 de mar. de 2023 às 03:21, Jakob Erdmann escreveu: > Here is what happens: > - your network has disconnected components > - when you generate intermediate locations, there is a high probability > that some of them are in different components of the

Re: [sumo-user] Average speed of the vehicles

2023-03-28 Thread Jakob Erdmann
use tripinfo-output and compute the ratio of routeLength / duration for each vehicle. Am Di., 28. März 2023 um 14:05 Uhr schrieb 191 000 : > Dear community, > I want to get the average speed of each vehicle in my simulation. To be > more clear, I want to know what was the average speed of each v

[sumo-user] Average speed of the vehicles

2023-03-28 Thread 191 000
Dear community, I want to get the average speed of each vehicle in my simulation. To be more clear, I want to know what was the average speed of each vehicle (for whole simulation duration) that entered the simulation environment. I know one method to do this to obtain the speed values from fcd out

Re: [sumo-user] Parking maneuver

2023-03-28 Thread 191 000
Thanks a lot. On Tue, Mar 28, 2023 at 5:13 PM Jakob Erdmann wrote: > there are two places where you can set the probability: > - in the rerouter element: probability below 1 means a vehicle might > ignore the alternatives and stay on the road to wait for an occupied > parkingArea to free up (pot

Re: [sumo-user] Parking maneuver

2023-03-28 Thread Jakob Erdmann
there are two places where you can set the probability: - in the rerouter element: probability below 1 means a vehicle might ignore the alternatives and stay on the road to wait for an occupied parkingArea to free up (potentially blocking the road for a very long time) - in the parkingAreaReroute e

Re: [sumo-user] Parking maneuver

2023-03-28 Thread The div
my understanding is that a probability of 1 would mean that all edges receive a parking area? good luck ... --- Original Message --- On Tuesday, March 28th, 2023 at 12:21, 191 000 wrote: > Thank you. > > My final question is when I set parking probability as 1, does it mean that > the

Re: [sumo-user] Parking maneuver

2023-03-28 Thread 191 000
Thank you. My final question is when I set parking probability as 1, does it mean that the probability for each of the alternatives to be selected is equal? On Tue, Mar 28, 2023 at 4:41 PM The div wrote: > add this into the processing section of your sumo config > > > or if you don't have a pro

Re: [sumo-user] Parking maneuver

2023-03-28 Thread The div
add this into the processing section of your sumo config or if you don't have a processing section use: --- Original Message --- On Tuesday, March 28th, 2023 at 12:07, 191 000 wrote: > Thank you. Could you kindly direct me on how can I set it up in sumo config? > > On Tue, Mar 28,

Re: [sumo-user] Parking maneuver

2023-03-28 Thread 191 000
Thank you. Could you kindly direct me on how can I set it up in sumo config? On Tue, Mar 28, 2023 at 4:33 PM The div wrote: > its a processing option - either set in sumo config or on command line > > --- Original Message --- > On Tuesday, March 28th, 2023 at 11:59, 191 000 > wrote: > >

Re: [sumo-user] Parking maneuver

2023-03-28 Thread The div
its a processing option - either set in sumo config or on command line --- Original Message --- On Tuesday, March 28th, 2023 at 11:59, 191 000 wrote: > Dear community, > > Where do we set the boolean option --parking.maneuver? I tried setting it in > vType, stop and parkingArea, however

[sumo-user] Parking maneuver

2023-03-28 Thread 191 000
Dear community, Where do we set the boolean option --parking.maneuver? I tried setting it in vType, stop and parkingArea, however, it failed and the error says that "Error: attribute 'parking.maneuver' is not declared for element 'parkingArea'." Similar error for vType and stop element too? Thanks