Mirko Barthauer
Mirko Barthauer
You can set the connections by supplying your network file and a connections file (see [docs](https://sumo.dlr.de/docs/Networks/PlainXML.html#connection_descriptions)) to [netconvert](https://sumo.dlr.de/docs/netconvert.html). How do you expect the overlapping lanes to work? SUMO offers limited...
I can't reproduce this - though tried only the python script equivalent below: ``` import os import sys if "SUMO_HOME" in os.environ: sys.path.append(os.path.join(os.environ["SUMO_HOME"], "tools")) import traci # noqa import sumolib...
@Domsall Maybe of interest for you, too.
Did you alter the [speed mode](https://sumo.dlr.de/docs/TraCI/Change_Vehicle_State.html#speed_mode_0xb3), too? If not, there may be situations where SUMO considers your speed as unsafe and ignores it. In order to study your problem better,...
Check if you have vehicles of your type `emergency_vehicle` running through your network.
Do you want to share your example?
There is no need to put screenshots of text files. Just attach the files directly - the net is still missing.
Sorry for the delay. I had a closer look and could identify two causes: - there seems to be some special character in the first line of flow_TEST.csv, so that...
Now works fine in OSG.
@ovari : Please ignore the Weblate checks of C type format. They do not match our syntax but we haven't found a way to disable them globally. There is no...