Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Parking maneuver

Thanks a lot.

On Tue, Mar 28, 2023 at 5:13 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> 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 (potentially blocking the road for a very long time)
- in the parkingAreaReroute element: the probability values of all alternative are only taken into account if the vehicle defines parking.probability.weight > 0 (default is 0)

Am Di., 28. März 2023 um 13:30 Uhr schrieb The div <div@xxxxxxxx>:
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 <rohanverma446@xxxxxxxxx> wrote:

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 <div@xxxxxxxx> wrote:
add this into the processing section of your sumo config
<parking.maneuver value="true" />

or if you don't have a processing section use:
<processing>
<parking.maneuver value="true" />
</processing>

------- Original Message -------
On Tuesday, March 28th, 2023 at 12:07, 191 000 <rohanverma446@xxxxxxxxx> wrote:

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 <div@xxxxxxxx> 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 <rohanverma446@xxxxxxxxx> wrote:

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 and regards,
Rohan

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top