-
Hello, I'm trying to run the MOSAIC tutorials (specifically, the Barnim one) except I am running MOSAIC and SUMO in separate docker containers. MOSAIC seems to throw an exception as soon as it tries to connect to SUMO: Excerpt from the
Excerpt from the
I'm using version SUMO doesn't seem to output anything important in its log:
Does anyone have any ideas? I'm updated the I am using the following Java version:
And the following SUMO version:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this issue is related to the fact that MOSAICs Sorry for this bad news, maybe @kschrab can extend further on my answer. |
Beta Was this translation helpful? Give feedback.
I think this issue is related to the fact that MOSAICs
SumoAmbassador
is trying to start SUMO locally. This is required as we need to write vehicle types from themapping_config.json
to a SUMO configuration file as it is not possible to register new types via TraCI. Unfortunately, I believe there is no "simple" way to achieve what you're trying to do. I suppose you could try to implement your ownRemoteSumoAmbassador
by extending theAbstractSumoAmbassador
and adjusting theinitSumoConnection()
-method.Sorry for this bad news, maybe @kschrab can extend further on my answer.