eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.44k stars 1.38k forks source link

Pedestrians ignore TLS at crossings at signalized junctions when using JuPedSim model #14424

Closed patmalcolm91 closed 4 months ago

patmalcolm91 commented 4 months ago

When using the JuPedSim model to simulate pedestrians at a junction with TLS control, the pedestrians ignore the current signal phase for their crossing.

I know that the JuPedSim integration is still relatively new and a work in progress, but I couldn't find any reference in the documentation or existing issues on whether this should currently already be working or if it has just yet to be implemented.

Example scenario: intersection1a_test.zip grafik

SUMO-version: 1.19.0+1037-fbe07f999a4

operating system: Windows 11

bcoueraud87 commented 4 months ago

Discussions on how to implement interactions between JuPedSim pedestrians and SUMO LSA have just started with partners. For the moment nothing has been implemented and so the behavior that you are experiencing is normal.

patmalcolm91 commented 4 months ago

Thanks for the quick response, @bcoueraud87! I look forward to testing the feature once it is implemented.