How to specify the additional parameters--arrival lane and arrival edge in the inflow
sjtulhm opened this issue · 0 comments
sjtulhm commented
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.