Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Lane change duration

The steering angle is not modeled explicitly but is derived from the lateral speed, the maneuver distance and completion-percentage of the maneuver . If you set a higher value for maxSpeedLat you will see more aggressive changes.

Am Mi., 17. Juni 2020 um 12:07 Uhr schrieb Solmaz Razmi Rad - CITG <S.RazmiRad@xxxxxxxxxx>:

Hi Jakob,

 

Thanks fort he reply. Changing the maxSpeedLat will change the speed of the vehicle during lane change but not the steering angle. What if I want a more aggressive lane change with a larger steering angle?

 

Regards,

Solmaz

 

From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann
Sent: woensdag 17 juni 2020 11:55
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Lane change duration

 

You can override the global lanechange duration by setting a custom value for vType attribute maxSpeedLat.

 

Am Mi., 17. Juni 2020 um 10:39 Uhr schrieb Solmaz Razmi Rad - CITG <S.RazmiRad@xxxxxxxxxx>:

Hi,

 

I have set the lane change duration to 2 seconds in the configuration file:

 

    <processing>

                <lanechange.duration value="2"/>

    </processing>

 

But I would like to set different durations for different vehicle classes. For example 2 seconds for passengers and 4 seconds for trucks. Is it possible to have different durations of lane change for every vehicle class?

 

Regards,

Solmaz

 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top