Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Merging into other lanes before blockage

Just to add more information,

The lane-changing model is SL2015 and the car-following model is Krauss.

My vehicle definition is:

<vType carFollowModel="Krauss" color="0,1,0" id="veh" latAlignment="center" lcCooperative="1" lcKeepRight="0" lcLookaheadLeft="1" lcOvertakeRight="1" lcSpeedGain="1" lcSpeedGainRight="1" lcStrategic="1" lcSublane="1" length="5" sigma="0" speedDev="0" speedFactor="1.0" />

while flow definition is:

<flow arrivalLane="current" arrivalPosLat="center" begin="0" departLane="random" departPosLat="center" departSpeed="random" id="f" number="100" route="r0" type="veh" vehsPerHour="10000" />

Thank you.

Sincerely,
Hriday


On Wed, 5 Oct 2022 at 12:11, Hriday Sanghvi <sanghvih@xxxxxx> wrote:
Hello,

Currently, SUMO's behavior for a lane blocked by a stopped vehicle is seen in SUMO.mp4 . How do I make it look more like that in notSUMO.mp4?

That is, how do I encourage lane changing that looks more natural rather than all vehicles sliding to the unblocked lane? I am using SUMO v 1.12

Thank you.

Sincerely,
Hriday

Back to the top