Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] parkingAreaReroute not work

Dear Users,
I met an issue when I used the sumo parkingAreaReroute function. I  want the blue cars, which wait in front of full occupied parking areas, to reroute to the other parking spaces.
The route for the blue car is as following:    
<route id="trip_parking_1.1"  edges="-gneE4 gneE1 -33656211#7 115536558#5 -355983686.19">
        <stop parkingArea="parkingArea_0" duration="3600.00"/>
</route>
But it seems they didn't move, just waited here and waited until the end of teleporting.
The rerouter xml file is as follows:
   <rerouter id="myRerouter" edges="58867972 115536558#5 -355983686.19">
      <interval begin="0" end="3600">
         <parkingAreaReroute id="parkingArea_3.1" probability="1"/>
      </interval>
   </rerouter>

Among them, parkingArea_3.1 is another parking space and is still free.
And for the blue car I have reset the: parking.probability.weight and parking.distanceto.weight
  <vType id="Parkingflow" color='blue' accel="2" decel="4.5"  departSpeed="max" vClass="passenger">
      <param key="parking.probability.weight" value="1"/>
      <param key="parking.distanceto.weight" value="0"/>
  </vType>


Thanks a lot for your help!

BR,
Runkai


Attachment: Car_not_move.png
Description: PNG image


Back to the top