Hello, the default driver model (Krauss) only has a single 'imperfection' parameter called sigma. By increasing its value from the default of 0.5 you will get drivers that are slower to start at a green light but will also be a bit sluggish when maintaining their speed later on. If you want to implement your own car-following model see http://sumo.dlr.de/wiki/Developer/How_To/Car-Following_Model
As for a source-walktthrough, there isn't really much external documentation. If you want to start reading, go to microsim/MSNet.cpp:simulate() regards, Jakob 2016-10-31 23:30 GMT+01:00 Pierre FrĂȘne <[email protected]>: > Hi all, > > I am currently trying to make some of the cars slowly react to a traffic > light switching from red to green to simulate drivers that do not pay > attention / have a long reaction time. > > I have tried to find where the cars' reaction to a traffic color change is > programmed in the source code, but could not find what I should tweak to > create the behavior I described. Do you have any advice about what files I > could focus my research on? > > Also, does any UML diagram / source code structure explanation exist that > would make it easier to grasp how Sumo actually works? > > Thank you very much for your time, > > Best, > > Pierre > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
