SUMO multi-clients connection #293
-
Hello there, I am working on a project that requires me to use both MOSAIC and a self-developed script to connect to SUMO. However, as MOSAIC already has a Traci client to connect to SUMO and my script also requires a Traci client to set up the connection, I may need to have two clients and use the setOrder function for each Traci client connection. Does any |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, Edit: I just saw that this is an actual traci-call, we don't implement this yet and you can try coming up with a solution yourself. If you manage to resolve this feel free to open a Pull Request and we will look into it! |
Beta Was this translation helpful? Give feedback.
Hello,
I'm not familiar with using multiple traci clients. However, it is possible to set arbitrary parameter for the sumo call using the
additionalSumoParameters
in the sumo_config.json of your scenario. If that doesn't help you could try to implement a solution yourself as it takes some time to internally evaluate the need and effort of new features.Edit: I just saw that this is an actual traci-call, we don't implement this yet and you can try coming up with a solution yourself. If you manage to resolve this feel free to open a Pull Request and we will look into it!