Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] vehicle parameters for the current step

Hi,

Why does the vehicle need information about the vehicle on the previous edge for the car following model speed calculation?
How can I set the car following model parameters from the previous partition to the master partition such that it gives the same speed calculation of a vehicle?

Thanks

On Wed, Sep 28, 2022 at 9:48 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
using getParameter / setParameter with the following values should be enough for the default lanechangem model:
"laneChangeModel.speedGainProbabilityRight"
"laneChangeModel.keepRightProbability"
"laneChangeModel.lookAheadSpeed"

Am Mo., 26. Sept. 2022 um 09:58 Uhr schrieb Mahima <mahima13@xxxxxxxxx>:
When I am copying a vehicle from one partition to the other on the same lane and position as it was on the previous partition, but in the current timestep if there was a lane change decision in the previous partition......which lane change API or flag will give me the same lane change decision in the master partition.
In this scenario, I am already making sure that the neighbouring vehicles for this vehicle are the same as on the previous partition. 

Please suggest.

On Mon, Sep 26, 2022 at 9:39 AM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:

Am So., 25. Sept. 2022 um 11:02 Uhr schrieb Mahima <mahima13@xxxxxxxxx>:
Hi,

Is there any way to read the vehicle's speed, lane and position in the current timestep?

libsumo::Vehicle::getLanePosition
libsumo::Vehicle::getSpeed
All these APIs, give information about the last timestep.

Thanks
_______________________________________________
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
_______________________________________________
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