Re: [sumo-user] (no subject)

2020-01-08 Thread Freeha Ibrar
ok if i use traci4matlab and try to control sumo scenario through matlab then is it possible to give video type input data ? On Wed, Jan 8, 2020 at 12:12 PM Jakob Erdmann wrote: > SUMO cannot process video data. Input must either be in XML as described > in https://sumo.dlr.de/docs/SUMO_User_Doc

[sumo-user] How to generate trucks, motorcycles and tram

2020-01-08 Thread Nedim Y?lmaz
Hi all, How to generate trucks, motorcycles, and trams using the (osm map, Taz, od matrix) Thanks in advance. ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list, vis

Re: [sumo-user] Highlighting vehicles

2020-01-08 Thread Schrab, Karl
Thanks! Is this site affected as well? https://github.com/eclipse/sumo/blob/master/docs/web/docs/TraCI/Change_PoI_State.md Von: sumo-user-boun...@eclipse.org Im Auftrag von Jakob Erdmann Gesendet: Mittwoch, 8. Januar 2020 08:14 An: Sumo project User discussions Betreff: Re: [sumo-user] Highlig

Re: [sumo-user] Estimation of O/D Matrix

2020-01-08 Thread Jakob Erdmann
Hello, this problem generally does not have a unique solution. SUMO provides a few tools to deal with this kind of data: https://sumo.dlr.de/docs/Demand/Routes_from_Observation_Points.html https://sumo.dlr.de/docs/Demand/Routing_by_Turn_Probabilities.html There is currently no official support for

Re: [sumo-user] How to generate trucks, motorcycles and tram

2020-01-08 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/Demand/Importing_O/D_Matrices.html#generated_traffic_modes Am Mi., 8. Jan. 2020 um 10:31 Uhr schrieb Nedim Y?lmaz < nedim_ylm...@windowslive.com>: > > Hi all, > > How to generate trucks, motorcycles, and trams using the (osm map, Taz, od > matrix) > > Thanks in advanc

Re: [sumo-user] (no subject)

2020-01-08 Thread Jakob Erdmann
Yes, if you use a matlab toolbox (or write your own) that handles video data and then write your own script to transform its results into appropriate TraCI API calls for SUMO. Am Mi., 8. Jan. 2020 um 10:31 Uhr schrieb Freeha Ibrar : > ok if i use traci4matlab and try to control sumo scenario thro

Re: [sumo-user] Highlighting vehicles

2020-01-08 Thread Jakob Erdmann
Yes. Fixed it. Am Mi., 8. Jan. 2020 um 11:01 Uhr schrieb Schrab, Karl < karl.sch...@fokus.fraunhofer.de>: > Thanks! > > Is this site affected as well? > https://github.com/eclipse/sumo/blob/master/docs/web/docs/TraCI/Change_PoI_State.md > > > > *Von:* sumo-user-boun...@eclipse.org *Im > Auftrag

[sumo-user] tls phase duration

2020-01-08 Thread Hajar LAMGHARI
Hi, I am using TraCI, and I want to make Traffic light duration Dynamic. To do that the code below is used. It worked perfectly, but now it gives the error script below. I can't find the problem!! I need some help to resolve this issue. Code: [image: image.png] This generates the following err

[sumo-user] Question

2020-01-08 Thread ruben velasquez
Hi everyone, I would like to know how SUMO uses the classic method of transport, specifically the modal distribution? -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To change your deliv

Re: [sumo-user] Question

2020-01-08 Thread Jakob Erdmann
Hello, SUMO is not a tool for computing the modal distribution. Instead, SUMO takes a given distribution as input and computes travel times. (This can be used as input for other tools which compute the distribution). Limited capabilities for computing mode choice (with travel time as the only crite