[sumo-user] SUMO software architecture

2019-08-28 Thread george ursu
Hello, Where can I find a SUMO software architecture? Thank you, George ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/list

Re: [sumo-user] modelling pedestrians correctly

2019-08-28 Thread Menno van der Woude
Hey Jakob, maybe it would be possible (and maybe relatively easy?) to implement a dedicated pedestrian detector that reports true if any pedestrians are inside its area that have not moved the timestep before (or the number of those pedestrians). That would be much like an E2 detector. Similar

Re: [sumo-user] setting velocity gradually

2019-08-28 Thread Jakob Erdmann
It appears you are using an old version of SUMO that expects the duration argument to be in ms. In this case, setting duration to 250 should work. Am Mi., 28. Aug. 2019 um 08:53 Uhr schrieb Aditya Prakash Chouhan < phd1501201...@iiti.ac.in>: > Hello, > Thanks for you reply Jakob. I also tried wha

Re: [sumo-user] SUMO software architecture

2019-08-28 Thread Jakob Erdmann
1, 2) There is no comprehensive documentation on how everything works together. There a only specialized papers on the junction model and on the lane change model: https://elib.dlr.de/84363/ https://elib.dlr.de/102254/ 3) MSNet:simulationStep() is a good starting point for the overall architectur

[sumo-user] (no subject)

2019-08-28 Thread Thilagavathy Giri
Hello, i modeled a four legged normal intersection with 5 nodes and 4 edges with left-hand traffic mode. i made the second node as intersection area of 4 legs and hence made its type as traffic light . i need to have connected autonomous vehicles of heterogeneous type on each lane. i have to mo

Re: [sumo-user] (no subject)

2019-08-28 Thread Jakob Erdmann
There is no direct support for grids. However, you can retrieve the x,y coordinates of all vehicles at all times and thus map them to an arbitrary grid by rounding towards the grid-cell-center coordiantes. Am Do., 29. Aug. 2019 um 06:53 Uhr schrieb Thilagavathy Giri < thilagagiri7...@gmail.com>: