Thanks, for your reply.
I am using the default car following and lane change models.
Actually, I am working on a parallel version of sumo and I am moving vehicles from one partition to another. With the vehicle I also want to copy the lanechange state and value of keepRightProbability. So that my vehicle shows the same lane change behavior as it was on the previous partition. Currently, when I am just moving the vehicle without copying the lanechange state it is showing sudden lane change to right at the red traffic light. On the other hand, if run on sumo it stays on the leftmost lane for all these timesteps.
I read the following and thought of copying the lanechangestate as well.
In the current lane-changing model, each vehicle maintains a variable keepRightProbability
which is decremented over time and triggers a lane change to the right once a lower
threshold value is exceeded (negative values are used in allusion to the variable
speedGainProbability).
Please suggest how I can set the same lane change bitmask.
Thanks.