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

traci.vehicle.moveTo not working for internal lanes #5932

Closed
zsambokiandras opened this issue Aug 14, 2019 · 0 comments
Closed

traci.vehicle.moveTo not working for internal lanes #5932

zsambokiandras opened this issue Aug 14, 2019 · 0 comments
Assignees

Comments

@zsambokiandras
Copy link

Using traci.vehicle.moveTo in the following example raises an exception when the target lane is an internal lane:

TraCIException: Vehicle ':k_0_0' may be set onto an edge to pass only.

As the internal edge / lane is on the current route, I'd expect the command to work like for regular lanes.

The error message is the same, when I run the vehicle on the route ['a', 'b'] and try to move the vehicle to lane c_0:

TraCIException: Vehicle 'c_0' may be set onto an edge to pass only.

Possibly related to #2073.

@namdre namdre self-assigned this Aug 14, 2019
namdre added a commit that referenced this issue Aug 15, 2019
@namdre namdre closed this as completed in 07f6f25 Aug 15, 2019
namdre added a commit that referenced this issue Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants