Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Change the value of lcAssertive during simulation?

vehicle.setParameter(vehID, laneChangeModel.lcAssertive, "1.3")

See https://sumo.dlr.de/docs/TraCI/Change_Vehicle_State.html#supported_lanechangemodel_parameters
Note, that all parameters must be strings.

Am Sa., 23. Jan. 2021 um 18:47 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
Hello,

I was wondering if there is any way to change the lcAssertive value during simulation via traci?
I'm aware that we can change the lane changing mode via traci but I was wondering if we can change the lcAssertive value in particular.

Thank you!


_______________________________________________
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