Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to specify the additional parameters--arrival lane and arrival edge in the inflow #1077

Open
sjtulhm opened this issue Jun 22, 2023 · 0 comments

Comments

@sjtulhm
Copy link

sjtulhm commented Jun 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant