Hello, If the stop lasts longer than specified (in terms of the vehicle standing still, visible in the netstate-output) that qualifies as bug. the usual rules of error reporting apply: http://sumo.dlr.de/wiki/FAQ#How_do_I_report_Erroneous_behavior_of_a_SUMO-Application.3F But since you have your own logging code already, why not put in some more logging statements in MSVehicle::processNextStop() and figure out what goes wrong? regards, Jakob
2015-01-30 21:11 GMT+01:00 <[email protected]>: > Hello, > > I am using the source version sumo-0.21.0. I have my own logging. I have > noticed that when a stop is added to the vehicle, the stop duration > countdown does not start from the next time step. it sometimes leaves 4 or > 5 steps till the countdown starts. > as follows: > **********reached stop '-80430806#1 at time 130048.00 > ********** stop duration now '200000time step now 130048000 > ********** stop duration now '200000time step now 130049000 > ********** stop duration now '200000time step now 130050000 > ********** stop duration now '200000time step now 130051000 > ********** stop duration now '200000time step now 130052000 > ********** stop duration now '199000time step now 130053000 > ********** stop duration now '198000time step now 130054000 > ********** stop duration now '197000time step now 130055000 > ********** stop duration now '196000time step now 130056000 > ********** stop duration now '195000time step now 130057000 > > please advise, > > Best regards > > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
