Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Car Following Model (Smart_SK1)

Hi everyone,

I am trying to create my own car following model, by duplicating an existing model and modifying it.

I copied MSCFModel_SmartSK (.h & .cpp) to MSCFModel_SmartSK1 by following the instructions on this page
https://sumo.dlr.de/docs/Developer/How_To/Car-Following_Model.html

When i try to build SUMO project so that, I got an error at the end of compilation as such: 
(attached image)
/usr/share/sumo/src/microsim/MSVehicleType.cpp:319: undefined reference to `MSCFModel_SmartSK1::MSCFModel_SmartSK1(MSVehicleType const*)'

I appreciate your help in this.

Best regards


Attachment: Screenshot from 2020-03-17 11-45-43.png
Description: PNG image


Back to the top