Hello,
thank you for reporting this issue. It has been fixed in revision [21895].
As a workaround you can either download the latest development version or
manually fix the file
sumo/data/xsd/routeTypes.xsd.
Search for the string 'LC2013' and add a similar line with the string
"default"

regards,
Jakob

2016-11-03 21:23 GMT+01:00 Matthias Wirtz <[email protected]>:

> Hello,
>
> I came across an issues with the python script duaIterator.
>
> When specifying parameters for the lane changing model LC2013, e.g. the
> parameter lcCooperative or lcKeepRight, I do this in the vType element in
> the
> flow file.
>
> This flow file is then used as input for duaIterator which creates rou.xml
> files containing the attributes for the lane changing model as following:
>
> <vType id="car_type1" laneChangeModel="default" lcCooperative="0.10"
> lcKeepRight="0.10" ...>
>
> But this results in the error message (from SUMO?):
> Error: value 'default' not in enumeration
>  In file 'test_v1_000.rou.xml'
>  At line/column 51/146.
>
> Although the line/column info did not point to the laneChangeModel
> attribute
> there was only one occurrence of the value "default" in the file. So I'm
> pretty confident that this attribute causes the problem.
>
>
>
> Site note: the --help parameter of duaIterate.py causes the following
> error:
>
> TypeError: %d format: a number is required, not dict
>
>
>
> Thanks for the prompt response via this mailing list! I think this is an
> important factor for simple users of SUMO.
>
> CU.
> --
> Matthias Wirtz
>
> ------------------------------------------------------------
> ------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today. http://sdm.link/xeonphi
> _______________________________________________
> sumo-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sumo-user
>
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to