Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] develop car-following model

Hello,
there are two places where this error can originate: SUMOVehicleParserHelper.cpp line 692 and 872. I recommend stopping on these lines with a debugger to check which one of the two it is and consequently from which container your model is missing.

regards,
Jakob

Am Fr., 27. März 2020 um 00:28 Uhr schrieb wangwenxuan <wangwenxuan@xxxxxxxxxxxxx>:

Hi,

I’m trying to develop my own car-following model. Following  

http://www.sumo.dlr.de/wiki/Developer/How_To/Car-Following_Model

I have developed a new car-following models, but when I use the model in file rou.xml , execute by sumo-gui :

Error: Unknown cfmodel  when parsing vtype 'xxxx'

Quitting (on error). 

According to online answers (https://sourceforge.net/p/sumo/mailman/message/33772497/,

https://www.eclipse.org/lists/sumo-user/msg05764.html), I’ve checked the  SUMOXMLDefinition.cpp and .h, and  SUMOVehicleParseHelper.cpp.

But it didn’t work. So, the reason for my problem is different from the above two. Could you please comment on my question? Thank you very much!

The SUMO on my macOS Mojave is Version 1.5.0.

WenxuanWang


_______________________________________________
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