Re: [sumo-user] (no subject)

2016-08-24 Thread Jakob Erdmann
You need to specify the flows manually according to the specification in http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes For keeping the vehicles in the simulation for some time, see:

Re: [sumo-user] question about SUMO

2016-08-24 Thread Jakob Erdmann
Yes. See http://sumo.dlr.de/wiki/TraCI 2016-08-04 10:01 GMT+02:00 最近没吃麻辣米线 <847483...@qq.com>: > Hello, i’m a postgraduate of Beijing University of Technology, and i’m > doing a project with SUMO. > I would like to know whether SUMO has network programming interface which > means SUMO can run in

Re: [sumo-user] Vehicle with Battery via TraCI

2016-08-24 Thread Jakob Erdmann
probably not this year. Next year maybe. See http://sumo.dlr.de/trac.wsgi/ticket/2519 2016-08-23 11:03 GMT+02:00 Hübner, Karl : > Alright, thanks for this information. > > > > Are there any plans to add this functionality to TraCI in the near future? > > > >

Re: [sumo-user] Looking for off-the-shelf simulation model

2016-08-24 Thread Jakob Erdmann
see http://sumo.dlr.de/wiki/Data/Scenarios 2016-08-03 14:50 GMT+02:00 张卓 : > Hi all, > > I am a new user trying to use SUMO in my traffic-related project. After > reading some documentations of SUMO, I find SUMO has been used in some real > world simulation. > So I wonder

Re: [sumo-user] Snapshots via TraCI

2016-08-24 Thread Jakob Erdmann
Thanks for reporting (now tracked at http://sumo.dlr.de/trac.wsgi/ticket/2527). regards, Jakob 2016-08-17 18:57 GMT+02:00 Hübner, Karl : > Dear devs, > > A little bug report for you :) > > I tried to make screenshots of the simulation via TraCI (0xcc, 0xa5) and

Re: [sumo-user] Netconvert command and Error: Cannot import network data without PROJ-Library

2016-08-24 Thread Jakob Erdmann
after installing proj you need to reconfigure and rebuild sumo (./configure && make) 2016-08-16 23:50 GMT+02:00 mima Line : > Hello SUMO-users > > I have please a small question about NETCONVERT command > > I want to map-match a GPS dataset so and according to my previous

Re: [sumo-user] TraCI C++ run the loop continiously

2016-08-24 Thread Jakob Erdmann
use while(simulation.getMinExpectedNumber() > 0) { simulationStep() } 2016-07-29 15:56 GMT+02:00 Sriram Badri : > Hi, > > I'm trying to write a TraCI C++ client to create a vehicle and control it > via the client in SUMO. > > I went through the example

Re: [sumo-user] Model/ Electric vehicles - don't charge when stationary?

2016-08-24 Thread Jakob Erdmann
make sure the parameter 'chargeInTransit' of the respective charging station is set to '1' 2016-08-16 21:38 GMT+02:00 Pablo Álvarez López : > Hi Colin, > > your vehicle has the option for the battery device enabled? > > Regards > > —— > >

Re: [sumo-user] incomplete route with "via" doesnt work

2016-08-24 Thread Jakob Erdmann
This was fixed in 0.27.0 2016-08-09 18:36 GMT+02:00 Christian Thieme : > Dear SUMO users, > > For a simulation in an urban area I defined an incomplete route which looks > like this: > > to=" via""/> > > As you can see car "type1" shall take a route from the an edge

Re: [sumo-user] Is it possible to make roads cross over each other?

2016-08-24 Thread Jakob Erdmann
if you simply cross edges without adding a common junction at the crossing point, they will act as an overpass/underpass. There is no restriction on elevation or the number of layers. regards, Jakob 2016-08-08 22:12 GMT+02:00 Roozbeh Ketabi : > Hey, > I am trying to

Re: [sumo-user] average travel time in the network

2016-08-24 Thread Jakob Erdmann
This was answered already on July 13. use at least version 0.25.0 and on the command line add --duration-log.statistics or in the .sumocfg file add 2016-08-04 19:03 GMT+02:00 Khadija 20 : > Hello , > How can i know the average travel time of the all network,it is

Re: [sumo-user] 'Invalid Argument', 'No such file or directory' error when saving NETEDIT file

2016-08-24 Thread Jakob Erdmann
Please try to save to a directory without a Korean name. ( http://sumo.dlr.de/wiki/FAQ#Why_do_I_get_errors_about_missing_files_.2F_file_not_found_even_though_the_file_exists.3F ) regards, Jakob 2016-08-24 10:40 GMT+02:00 이건희 : > I tried to make a test circuit by NETEDIT and