Skip to main content

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

You need a rerouter on every parkingArea edge where vehicles should reroute when it's full.
If you download the latest development version of suom , you can use sumo/tools/generateParkingAreaRerouters.py to do this automatically.

regards,
Jakob

Am Do., 14. März 2019 um 20:44 Uhr schrieb Cellen Fadi <mariacellen@xxxxxxxxxxx>:
Hi everyone,

I 've a question please,
I've created a  parking.area.xml with

<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
  <parkingArea id="parkingArea_-306390346#0_1_3" width="2.00" lane="-306390346#0_1" friendlyPos="1" roadsideCapacity="2" startPos="13.05" endPos="23.05"/>  
<parkingArea id="parkingArea_-297027292#2_1_38" width="2.00" lane="-297027292#2_1" friendlyPos="1" roadsideCapacity="2" startPos="51.66" endPos="61.66"/>
    <parkingArea id="parkingArea_-297027292#2_1_39" width="2.00" lane="-297027292#2_1" friendlyPos="1" roadsideCapacity="2" startPos="22.65" endPos="32.65"/>
    <parkingArea id="parkingArea_-297027292#2_1_43" width="2.00" lane="-297027292#2_1" friendlyPos="1" roadsideCapacity="2" startPos="7.71" endPos="17.71"/>
    <parkingArea id="parkingArea_-306390346#0.71_1_41" width="2.00" lane="-306390346#0.71_1" friendlyPos="1" roadsideCapacity="2" startPos="6.54" endPos="16.54"/>
    <parkingArea id="parkingArea_-306390346#0_1_0" name="Ilse-Arlt-Straße1" width="2.00" lane="-306390346#0_1" friendlyPos="1" roadsideCapacity="2" startPos="45.76" endPos="55.76"/>
    <parkingArea id="parkingArea_-306390346#0_1_1" width="2.00" lane="-306390346#0_1" friendlyPos="1" roadsideCapacity="2" startPos="34.51" endPos="44.51"/>
<parkingArea id="parkingArea_355226519#1_1_36" width="2.00" lane="355226519#1_1" friendlyPos="1" roadsideCapacity="2" startPos="38.45" endPos="48.45"/>
    <parkingArea id="parkingArea_355226519#1_1_37" width="2.00" lane="355226519#1_1" friendlyPos="1" roadsideCapacity="2" startPos="24.60" endPos="34.60"/>
<parkingArea id="parkingArea_-306390346#0.71_1_40" width="2.00" lane="-306390346#0.71_1" friendlyPos="1" roadsideCapacity="2" startPos="21.13" endPos="31.13"/>
 <rerouter id="myRerouter" edges="-306390346#0 -306390346#0.71" pos="733.45,789.91">
      <interval begin="0" end="2000">
         <parkingAreaReroute id="parkingArea_-306390346#0_1_3"/>
         <parkingAreaReroute id="parkingArea_-306390346#0.71_1_40"/>
      </interval>
   </rerouter>
</additional>

it doesn't work and I want to make a rerouter if a vehicle reaches parking Area that is filled to capacity it must wait on the road until a space becomes available. I want also to fill a ParkingArea with vehicles that visible by starting the programm. I need your help if posible.
Thank you alot!

Regards,
Fadi

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top