Skip to main content

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

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


Back to the top