Hello,
this behavior is caused by stricter checking of the stop position compared
to older sumo versions. (IDM sometimes stops to early). You can either
- specify some slack for the stop using attribute startPos : <stop
lane="-59255144#1_1" startPos="0" endPos="1.00" duration="60.00"
parking="true"/>
- upgrade to the latest development version where the issue has been fixed (
https://github.com/eclipse/sumo/issues/658)

regards,
Jakob

2018-07-26 16:16 GMT+02:00 Linwood Hudson <[email protected]>:

> My net and routes files are attached. Thank you!
> Linwood
>
> On Thu, Jul 26, 2018 at 10:11 AM Jakob Erdmann <[email protected]>
> wrote:
>
>> Parking should still work the same as before. Please attach all input
>> files.
>>
>>
>> 2018-07-26 16:07 GMT+02:00 Linwood Hudson <[email protected]>:
>>
>>> Hello!
>>>
>>> I'm working on a project that began with SUMO 0.26 and am updating it to
>>> SUMO 0.32. I'm encountering an issue with parking a vehicle at a stop. In
>>> 0.26 when a vehicle stopped with "parking=true", it would move off the road
>>> and allow other vehicles to pass. Then once the stop time was up, it would
>>> resume it's travel on the road. But in 0.32 using the same net and route
>>> files, the parked vehicle blocks the road and prevents other vehicles from
>>> passing.
>>>
>>> Does something need to change in my routes file, or is this a
>>> fundamental change in how SUMO works? I can attach files if desired, but my
>>> routes XML is below.
>>>
>>> Thanks!
>>> Linwood
>>>
>>> <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>> xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd";>
>>>     <vType id="car" length="4.29" minGap="1.00" maxSpeed="38.00"
>>> vClass="passenger" width="1.85" color="white" carFollowModel="IDM"
>>> accel="3.6576443" decel="5.7912703" tau="1.0"/>
>>>     <vehicle id="_car_0" type="car" depart="0.00">
>>>         <route edges="-59255131#1 59255161#0 59255144#1 -59255144#1
>>> 59255144#1 -59255150#0"/>
>>>         <stop lane="-59255144#1_1" endPos="1.00" duration="60.00"
>>> parking="true"/>
>>>     </vehicle>
>>>     <vehicle id="_car_1" type="car" depart="1.00">
>>>         <route edges="-59255131#1 59255161#0 59255144#1 -59255150#0"/>
>>>     </vehicle>
>>> </routes>
>>>
>>> _______________________________________________
>>> sumo-user mailing list
>>> [email protected]
>>> To change your delivery options, retrieve your password, or unsubscribe
>>> from this list, visit
>>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>>
>>>
>> _______________________________________________
>> sumo-user mailing list
>> [email protected]
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/sumo-user
>>
>
> _______________________________________________
> sumo-user mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/sumo-user
>
>
_______________________________________________
sumo-user mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user

Reply via email to