You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to know how to specify the additional parameters--arrival lane and arrival edge in the inflows, when I write
inflow.add(
veh_type="human",
depart_lane= 0,
depart_speed=10,
arrival_lane = 0)
some errors happen, and tell me that it doesn't have the arrival_lane in flow.
But in the Tutorial 11: Inflows, kwargs (dict): you can specify additional parameters if you need to. These can include, for instance, a specific route for the vehicles to follow, an arrival speed, an arrival lane, or even a color for the vehicles, etc. For more information on all the available parameters, and more details on the existing parameters.
So, I'd like to know how to specify these.
The text was updated successfully, but these errors were encountered:
I just want to know how to specify the additional parameters--arrival lane and arrival edge in the inflows, when I write
inflow.add(
veh_type="human",
depart_lane= 0,
depart_speed=10,
arrival_lane = 0)
some errors happen, and tell me that it doesn't have the arrival_lane in flow.
But in the Tutorial 11: Inflows, kwargs (dict): you can specify additional parameters if you need to. These can include, for instance, a specific route for the vehicles to follow, an arrival speed, an arrival lane, or even a color for the vehicles, etc. For more information on all the available parameters, and more details on the existing parameters.
So, I'd like to know how to specify these.
The text was updated successfully, but these errors were encountered: