Re: [sumo-user] Unknown car following model carFollowing-MyModel when parsing vType 'car'

2020-02-04 Thread Jakob Erdmann
when retrieving generic parameters, you can always pass a default value to return when the key is missing (default return is ""). Either pass a sensible default or check for the result "" and handle this before trying to convert it to a number. Am Di., 4. Feb. 2020 um 14:11 Uhr schrieb Manish

Re: [sumo-user] help to understant calibrator attributes

2020-02-04 Thread Jakob Erdmann
It depends. Do you have turn counts / turn ratios along with your flow counts? Am Di., 4. Feb. 2020 um 23:53 Uhr schrieb lamia.el : > Hi, I have a real flow measurements (number of cars at intersections by > time) > and I want to generate a real scenario using these statistics. > Please, I need

[sumo-user] help to understant calibrator attributes

2020-02-04 Thread lamia.el
Hi, I have a real flow measurements (number of cars at intersections by time) and I want to generate a real scenario using these statistics. Please, I need help to understand what values to put in différent calibrator attributes. I didn't find information about route attribute, but I find the

Re: [sumo-user] SUMO ver 1.4.0 | Calibrator Issue

2020-02-04 Thread Maxwell (Max) Schrader
Hi Jakob, Running SUMO version 1.4.0 and setting the calibrator frequency=1 / removing 'freq' entirely did not fix the error for me. However, I updated to the latest development version and no longer encounter the assertion during simulation. Thanks for the help, Max On Tue, Feb 4, 2020 at 1:03

Re: [sumo-user] Unknown car following model carFollowing-MyModel when parsing vType 'car'

2020-02-04 Thread Manish Chaturvedi
Dear Jacob, Yes, You are right. The cause of error was that I forgot to edit the file SUMOVehicleParserHelper.cpp file. I made the following edits to this file as I do not need any additional parameter than Krauss car following model at this stage: std::set kraussMymodelParams(kraussParams);

Re: [sumo-user] Unknown car following model carFollowing-MyModel when parsing vType 'car'

2020-02-04 Thread Jakob Erdmann
I'm guessing, that you did not add your model to https://github.com/eclipse/sumo/blob/261c2832ab1dbe11c4c9d33562bca1347ac8a5f0/src/utils/xml/SUMOXMLDefinitions.cpp#L875-L892 regards, Jakob Am Di., 4. Feb. 2020 um 10:54 Uhr schrieb Manish Chaturvedi < msc@gmail.com>: > Following is my test

Re: [sumo-user] Unknown car following model carFollowing-MyModel when parsing vType 'car'

2020-02-04 Thread Manish Chaturvedi
Following is my test route file: On Tue, Feb 4, 2020 at 12:26 PM Jakob Erdmann wrote: > how are you defining your vType car? > > Am Di., 4. Feb. 2020 um 07:43 Uhr schrieb Manish Chaturvedi < > msc@gmail.com>: > >> Dear SUMO Users and Jacob, >> >> I am trying to develop a new