SUMO Simpla configuration loading #108
Unanswered
CiscoFrisco
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, as far as I understand, Simpla itself is a python module. MOSAIC, however, just starts the SUMO executable and connects to its TraCI server using a socket connection. I never tested it, but it might be possible to start a custom sh/bat-script instead of the SUMO executable. That script could then execute the python-script you want including simpla. I also think that SUMO already provides the possibility to let multiple TraCI clients to connect to it. The correct location to use the python script instead of the SUMO executable would be here But keep in mind, this is just a theoretical approach I've never tried out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I'm currently working on a project using SUMO that incorporates platooning vehicles. For that purpose, I decided to use Simpla to have vehicles behave as platoons.
The problem is that from what I saw in Simpla's webpage from SUMO's documentation (here), to load a simpla configuration they make use of a python module.
Is there a way to load such configuration to MOSAIC so that vehicles use the simpla configuration when a SUMO scenario is executed.
Best regards,
Francisco Filipe
Beta Was this translation helpful? Give feedback.
All reactions