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

Simulation does not continue if vehicles are automatically distributed to transfer points and a TO is active #1025

Open
Greenscreen23 opened this issue May 30, 2023 · 0 comments
Labels
bug Something isn't working shared Issues mainly related to shared simulation Issues related to the simulation logic

Comments

@Greenscreen23
Copy link
Contributor

Setup

  • Create a transfer point and a simulated region
  • Add the TO behavior, the automatic distribution behavior and the transfer behavior to the simulated region
  • Add a transfer connection between the region and the transfer point
  • Add an RTW to the simulated region
  • Start the simulation
  • Try to distribute the RTW to the transfer point

Result

  • The simulation pauses, because the TO behavior tries to access the simulated region of the transfer point, which does not exist.
  • It does so because it received a vehiclesSentEvent from the automatic distribution behavior.
@Greenscreen23 Greenscreen23 added bug Something isn't working shared Issues mainly related to shared simulation Issues related to the simulation logic labels May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working shared Issues mainly related to shared simulation Issues related to the simulation logic
Projects
None yet
Development

No branches or pull requests

1 participant