Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Unknown Car Following Model

Hi,

Thank you, now it is working properly. 

After running my simulation with the new Car Following Model, I would like to verify the execution of this model.
What is the best way to do so? Doing it visually is impossible as the simulation network is large and fast.

I tried to print the vehicle speed from my Car Following Model using std::cout to print in the terminal, but no luck.

Best regards



On Mon, Apr 6, 2020 at 8:44 AM Michael Behrisch <oss@xxxxxxxxxxx> wrote:
Hi,
please double check whether you added the model name _twice_ in
SUMOXMLDefinitions.cpp: Once in the tags and once in the
carFollowModelValues. Also please try whether running with sumo instead
of netedit works.

Best regards,
Michael

Am 06.04.20 um 01:31 schrieb Traboulsi, Abdullah:
> Hi Jakob,
>
> I have created my own custom car following model based on SMART_SK model.
> I followed the instructions to define it as mentioned at this link :
> https://sumo.dlr.de/docs/Developer/How_To/Car-Following_Model.html
>
> But when I try to select this mode with the <vType ...> tag and try to
> load it to NETEDIT demands, I got the following error message
> Error: Unknown car following model 'SMART_SK1' when parsing vType 'type1'
>
> I am using SUMO 1.5
>
> Thank you and best regards
> Abdullah
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
>


_______________________________________________
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