Skip to main content

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

Never mind, I miss typed the new model name in sumo/src/microsim/cfmodels/CMakeLists.txt

After correcting it, I was successful in building it.


On Tue, Mar 17, 2020 at 11:47 AM Traboulsi, Abdullah <at666@xxxxxxxx> wrote:
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

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



Back to the top