Skip to content

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

Description

@sjtulhm

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions