Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » Eclipse Sumo » Restrict parking lanes when they are occupied
Restrict parking lanes when they are occupied [message #1859151] Mon, 15 May 2023 22:32 Go to next message
Iveel Tsogsuren is currently offline Iveel TsogsurenFriend
Messages: 2
Registered: April 2021
Junior Member
Hi SUMO folks,

I want to model parking lane usage. When parking lanes are occupied, vehicles shall not use those lanes. What is the best way to model that?

I've tried ParkArea with onRoad="true" but parking spots are not on the lanes
<additional>
<parkingArea id="ParkAreaA" lane="edge1_0" startPos="10" endPos="25" roadsideCapacity="3" angle="0" length="5" onRoad="true" />
</additional>

Another approach I'm thinking of is to restrict those lanes. But I may run into disconnected segments.

Thanks,
Iveel

[Updated on: Mon, 15 May 2023 23:22]

Report message to a moderator

Re: Restrict parking lanes when they are occupied [message #1859179 is a reply to message #1859151] Wed, 17 May 2023 18:27 Go to previous message
Kabiru Usman is currently offline Kabiru UsmanFriend
Messages: 42
Registered: April 2023
Member
In SUMO, you can use "parkingArea" to model parking lane usage. If parking spots are not on lanes, use onRoad="false".
<parkingArea id="ParkAreaA" lane="edge1_0" startPos="10" endPos="25" roadsideCapacity="3" angle="0" length="5" onRoad="false" />
Previous Topic:How to stop auto creation of child vehicle??
Next Topic:Does SUMO have a functionality where I might get coordinates and timestamps of the future path it
Goto Forum:
  


Current Time: Thu Jan 23 21:16:48 GMT 2025

Powered by FUDForum. Page generated in 0.02781 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top