Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Simulating the effects of creeping motion in junctions

Hello,

I have a manually controlled vehicle in my simulation and I want to try and simulate the effects it has on traffic when the vehicle slowly moves/creeps up to a certain distance in the junction.

Perhaps one way to simulate this behavior is that when the manually controlled vehicle moves to stop partially into the junction while still leaving a free path for traffic to proceed (please refer to the attached image, manually controlled vehicle in yellow), vehicles in the traffic will either yield or continue based on some probability parameter.

The manually controlled vehicle has a route definition and is currently moved using moveToXY and keepRoute=2 with --collision.check-junctions set to true. I've also tried setting impatience and jmIgnoreFoeProb / jmIgnoreFoeSpeed to the vehicle types in the traffic but so far couldn't achieve the desired behavior.
 
According to the documentation, I wonder if using a sublane model for the edges in the junction and distributing the lateral gap parameter of the traffic vehicles can simulate such behavior or if there is a better method to do this.

Thank you in advance.


Attachment: Screenshot from 2021-01-07 21-20-46.png
Description: PNG image


Back to the top