[sumo-user] inductionloop and traffic lights

2015-02-01 Thread sally ghanem
i have a question regarding induction loops, can they synchronize their values 
with traffic lights, that if an accident happen, they can control traffic 
lights ?, also arent their examples on induction loop ready to see anywhere,i 
tried to find the source code of this simulation Simulation/Output/Induction 
Loops Detectors (E1) - Sumo but i couldnot, i only found runner.py , thank you,
|   |
|   |  |   |   |   |   |   |
| Simulation/Output/Induction Loops Detectors (E1) - SumoContents 1 
Instantiating within the Simulation 2 Generated Output 3 Splitting by Type 4 
Visualisation 5 Further Notes Instantiating within the Simulation  |
|  |
| View on sumo.dlr.de | Preview by Yahoo |
|  |
|   |

 
--
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] setting up circular simulation

2015-02-01 Thread Matthias Wirtz
Hello,

I'm trying to set up a circular simulation to better visualize what a car 
following model does. So I created a network with just one road and one lane 
in a circle. Last edge leading into first edge.

But when setting up the route of the vehicle I don't know how to define that 
the route should continue on with the first edge once reaching the last edge.

Any hints would be appreciated.
-- 
Matthias

--
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] setting up circular simulation

2015-02-01 Thread Jakob Erdmann
see
http://sumo.dlr.de/wiki/FAQ#How_do_I_maintain_the_same_number_of_vehicles_in_the_net.3F

2015-02-01 19:17 GMT+01:00 Matthias Wirtz matthias.wi...@gmx.net:

 Hello,

 I'm trying to set up a circular simulation to better visualize what a car
 following model does. So I created a network with just one road and one
 lane
 in a circle. Last edge leading into first edge.

 But when setting up the route of the vehicle I don't know how to define
 that
 the route should continue on with the first edge once reaching the last
 edge.

 Any hints would be appreciated.
 --
 Matthias


 --
 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
 sumo-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sumo-user

--
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


[sumo-user] simulation time using OD Matrix

2015-02-01 Thread nguyen tran
Hi all,
I generated a simulation with OD matrix input (from time 0.00 to time 1.00), 
and simulation time from 0 to 86400 (in command line). However, the generated 
output trace only contains information from 0 o roughly 3800 and then there's 
no other vehicles generated. Do you know what I should do to have cars 
generated through out the whole simulation time? Do I have to provide OD matrix 
information for all 24 hours?
Thank you for your reply.Best regards,Nguyen
--
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] simulation time using OD Matrix

2015-02-01 Thread Jakob Erdmann
Hello,
your matrix should contain time information in its cells. You may use a
single matrix for 24 hours and scale the demand with a load-curve (see
--timeline options)
regards,
Jakob

2015-02-01 22:16 GMT+01:00 nguyen tran meanmechoime...@yahoo.com:

 Hi all,
 I generated a simulation with OD matrix input (from time 0.00 to time
 1.00), and simulation time from 0 to 86400 (in command line). However, the
 generated output trace only contains information from 0 o roughly 3800 and
 then there's no other vehicles generated. Do you know what I should do to
 have cars generated through out the whole simulation time? Do I have to
 provide OD matrix information for all 24 hours?
 Thank you for your reply.Best regards,Nguyen

 --
 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
 sumo-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/sumo-user

--
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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user


Re: [sumo-user] Stop timing

2015-02-01 Thread Jakob Erdmann
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 nardine.ba...@uni-ulm.de:

 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 '20time step now 130048000
 ** stop duration now '20time step now 130049000
 ** stop duration now '20time step now 13005
 ** stop duration now '20time step now 130051000
 ** stop duration now '20time 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
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user