Hello Michael

I am coming back to you again. Thanks for helping me to install SUMO for 
developer.

I am trying to modifying an existing to add a new driver model to sumo-svn. I 
follow the steps describe as follows: 
http://sumo.dlr.de/wiki/Developer/How_To/Car-Following_Model


Developer/How To/Car-Following Model - 
Sumo<http://sumo.dlr.de/wiki/Developer/How_To/Car-Following_Model>
sumo.dlr.de
This short document describes how a new car-following model can be added to 
SUMO. We'll do this by implementing a test model named "smartSK". When 
implementing your ...


At first, I just tried to modify the driver model of MSCFModel_KraussOrig1  by 
changing the name to a different name, for example MSCFModel_Adama, and I 
followed the steps described in the link above.

I have compiled successfully. I have also checked the logbook of the compiled 
file: I could see the addition of the model as follows:

3>------ Rebuild All started: Project: z_libmicrosim_devices, Configuration: 
Release Win32 ------
4>------ Rebuild All started: Project: z_libutils_vehicle, Configuration: 
Release Win32 ------
3>  unknown revision - svn dir 'None' not found
2>  unknown revision - svn dir 'None' not found
4>  unknown revision - svn dir 'None' not found
1>  unknown revision - svn dir 'None' not found
4>  SUMOVehicleParameter.cpp
1>  GUIApplicationWindow.cpp
2>  MSCFModel.cpp
3>  MSDevice.cpp
4>  SUMOVTypeParameter.cpp
2>  MSCFModel_Daniel1.cpp
3>  MSDevice_Battery.cpp
4>  z_libutils_vehicle.vcxproj -> 
F:\MyDoc\Research\TrafficSim\V7\sumo-svn\build\msvc10\z_libutils_vehicle\Release\z_libutils_vehicle.lib
5>------ Rebuild All started: Project: zz_foreign_phemlight, Configuration: 
Release Win32 ------
2>  MSCFModel_IDM.cpp
5>  unknown revision - svn dir 'None' not found
5>  CEP.cpp
1>  GUIGlobals.cpp
5>  CEPHandler.cpp
1>  GUILoadThread.cpp
5>  Constants.cpp
3>  MSDevice_BTreceiver.cpp
5>  Helpers.cpp
2>  MSCFModel_Kerner.cpp
5>  zz_foreign_phemlight.vcxproj -> 
F:\MyDoc\Research\TrafficSim\V7\sumo-svn\build\msvc10\zz_foreign_phemlight\Release\zz_foreign_phemlight.lib
6>------ Rebuild All started: Project: z_libmicrosim_pedestrians, 
Configuration: Release Win32 ------
6>  unknown revision - svn dir 'None' not found
6>  MSPerson.cpp
3>  MSDevice_BTsender.cpp
1>  GUIManipulator.cpp
3>  MSDevice_Example.cpp
1>  GUIRunThread.cpp
2>  MSCFModel_Krauss.cpp
6>  MSPModel.cpp
2>  MSCFModel_KraussOrig1.cpp
6>  MSPModel_NonInteracting.cpp
2>  MSCFModel_KraussPS.cpp
6>  MSPModel_Striping.cpp
2>  MSCFModel_PWag2009.cpp
3>  MSDevice_Emissions.cpp
2>  MSCFModel_SmartSK.cpp
1>  GUISUMOViewParent.cpp
3>  MSDevice_Routing.cpp
2>  MSCFModel_Wiedemann.cpp
6>  z_libmicrosim_pedestrians.vcxproj -> 
F:\MyDoc\Research\TrafficSim\V7\sumo-svn\build\msvc10\z_libmicrosim_pedestrians\Release\z_libmicrosim_pedestrians.lib
7>------ Rebuild All started: Project: y_libod, Configuration: Release Win32 
------
7>  unknown revision - svn dir 'None' not found
2>  MSCFModel_Adama.cpp
1>  GUITLLogicPhasesTrackerWindow.cpp
1>  GUIViewTraffic.cpp

As you can see, the model appears in the compilation log.
However, when I am trying the run a simple simulation by changing the Car 
following model  as follows:

  <vType accel="3.0" decel="6.0" id="CarA" length="5.0" minGap="2.5" 
maxSpeed="50.0" sigma="0.9" carFollowModel="Adama"  tau="1.0"/>

When I tried to load the simple model, it would not work.

I do not know if I am missing something?

Best regards
Adama




------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
sumo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-devel

Reply via email to