Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Using vType additional file with flowrouter.py

flowrouter does not support additional files so you must use --params="type=\"vdist1\""
You may still want to add the default params departSpeed="max" departPos="last" departLane="best" in addition to that.

Am Di., 15. Juni 2021 um 11:23 Uhr schrieb Alejandro Rodríguez Sánchez <alrodr25@xxxxxx>:
Hi everyone,

I am reading the flowrouter documentation but I still have a question about vTypes in flowrouter.
If I have previously defined a vehicle distribution let's say named "vdist1" in an additional file (e.g. myvdist.add.xml), how should I let flowrouter.py know that I want to use the "vdist1" vehicle distribution in order to calculate the routes?
Should I call --params="type=\"vdist1"" or should I call the additional file? And how do I call the additional file to flowrouter?

Regards,
Alejandro.

--
Alejandro Rodríguez Sánchez
PhD student
CIEMAT // Universidad Complutense de Madrid
28040 Madrid
email: alrodr25@xxxxxx
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top