Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Issues with parking area, vehicle stopped on the road.

Dear All,

 

I have a problem (that does not happen with all the vehicles) that is:

 

I have a person

<person id="pedestrian_2-1_1074" type="pedestrian" depart="18562">

        <ride from="-152710#1" to="-152902#1" lines="pedestrian_2-1_1074_tr"/>

        <walk edges="-152902#1 152902#1 152889#2 -153561#0"/>

</person>

 

Riding a vehicle

<vehicle id="pedestrian_2-1_1074_tr" type="ptw" depart="triggered" departLane="best" arrivalPos="49.59">

        <route edges="-152710#1 -152710#0 152973#1 152973#2 152973#3 152973#4 153441#0 153441#1 153441#2 152468#1 152945#0 152795 152787#2 152168 152971#0 152971#1 152971#2 152971#3 -152797#1 152826#0 152826#1 152138#7 152138#0 152139 152970 -152271 -152420 -152960 152897#1 152897#2 152984#0 152984#1 152984#2 152984#3 -152902#1"/>

        <stop parkingArea="1133" until="43479"/>

</vehicle>

 

That has to park.

 

In sumo 1.1.0 (tarball) this car is stopped in the middle of the road instead of the parking area. As you can see in the attached image, the person is still on the vehicle and there is a queue forming behind.

The stopping point defined for the vehicle is 49.59, and the parking area begins at 47.09 and ends at 52.09.

After a very long while (<time-to-teleport value="180"/>), the vehicle disappears, the parking lot is still empty and the person walks to its final destination.

Like this one, all other vehicles that want to park in parkingArea 1133 get stuck.

 

All other instances of person+vehicle and parkingArea are defined in the same way,  and they work fine.

 

All the files are available on GitHub: https://github.com/lcodeca/MoSTScenario. How can I debug this? Any suggestions?

 

Thanks in dvance,

Lara

 

---

Lara CODECA

Postdoc

Tel : 04.93.00.81.51

 

EURECOM

Campus SophiaTech

http://www.eurecom.fr/

 

Attachment: pwt_not_parking.png
Description: PNG image


Back to the top