Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Waiting in junction - vehicle geometry overlaps with opposing lane

It's a known bug where waiting positions are computed without taking into account the angle of the intersecting paths. (https://github.com/eclipse/sumo/issues/4397).
As a work-around you can customize the waiting position using connection attribute 'contPos'.
see https://sumo.dlr.de/docs/NETEDIT.html#inspecting_connections
The waiting position is visible in NETEDIT as a thin orthogonal line across the connection shape.

Am Do., 12. Dez. 2019 um 17:21 Uhr schrieb GregorJo <jochmann@xxxxxxxxxxxx>:
In the attached image, a vehicle is waiting for gap in foe traffic to turn
left. It will let both vehicles going straight south pass before making the
turn.

But the selected waiting position is too close to the opposing traffic.
While the vehicle position (center of front bumper) is safe, the front left
of the car is reaching into the opposing lane. Setting the width of the
vehicles does not have an effect in this situation.

<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t249/SUMO_WaitCollision.png>

How do i tell SUMO to respect vehicle width when calculating where to stop
when waiting in a junction? Or is it possible to define explicit "stop here"
points for the internal connections in a junction?

Here is the minimalistic net-file and route file i used

route_ego.xml
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t249/route_ego.xml
cityJunction.xml
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t249/cityJunction.xml
run.cfg
<http://sumo-user-mailing-list.90755.n8.nabble.com/file/t249/run.cfg



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top