Skip to main content

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

Parking should still work the same as before. Please attach all input files.


2018-07-26 16:07 GMT+02:00 Linwood Hudson <vtkougrr@xxxxxxxxx>:
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
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top