Q: While using webwizard, I don't get always the right information for example the location of traffic lights. A: Part of this may be input data issues which can only be fixed manually. Some of this is interpretation of the input data. Make sure to use the recommended options: https://sumo.dlr.de/docs/Networks/Import/OpenStreetMap.html#recommended_netconvert_options. If input data is lacking your best option may be heuristic generation: (tls.guess, https://sumo.dlr.de/docs/netconvert.html#tls_building) Q: I cant find the tools folder with osmWebWizard.py in, have i not installed it correctly? A: if you downloaded the installer, check to target of the link in your start menu. If you downloaded the zip it should be in there. Q: Can stop sign be created by osmWebWizard? It seems stop sign is not from auto-generated .xml files? A: No stop signs but the priorities of the junctions are usually correct A: At the moment, no. The relevant information is currently not extracted from OSM. You can manually change the junction type to priority_stop though. Q: There are some other files I saw somewhere .emi.xml and poi.xml files. What are they for? A: .poi.xml is the customary extension for points of interest which are loaded mostly for cosmetic purposes. .emi.xml is not a customary extensions and could be anything (i.e. user defined additional input files to declare outputs Q: Where is the default install path in ubuntu? A: /usr/share/sumo Q: Can we get the flow and route information instead of trip.xml after using osmwebwizard? A: Not directly but you can simply call duarouter for that. You can also add -r "route.rou.xml" to the randomTrips call in build.bat A: Is it possible to import the satellite images in NETEDIT? or they only work in SUMO_GUI? Q: Satellite images work in netedit as well Q: Does importing large scale network, the same as what Jakob did right now? Is it possible to import large scale network? A: You can import large scale networks, but probably you would not use the webWizard but download the osm file separately. A: see http://download.geofabrik.de/ Q: Nice idea to have osm tag's for actuation mode of the traffic light and for detectors as well ;-) A: Having more information about the traffic light in OSM is an ongoing discussion and the OpenStreetMap people do not always like the idea (some are very map focussed) Q: Are there a shortcut for changing the type of all traffic lights back to the static behavior? (Or is there a script which changes it in input files?) A: I usually change it in the netconvert config file, using the default. A You can use the selection mode in netedit to select all traffic lights (or only the ones with actuated type) and then in the inspection mode change all to static type Q: If I want to use SUMO in Linux, the latest version 1.7.0, Ubuntu 18.04LTS or 20.04LTS, which one is better, or either is fine A: We test SUMO on 18.04 but both should be fine. Q: Can we induce a new car following model for the vehicles with traci? A: (Changing CF model via traci): Yes, you can change the vehicle type and the car following model is a part of that Q: Thanks, like I code my own new model and assign it to the vehicles A: You can use your own model either by coding the whole model with traci (setting the speed /position in every step) or by implementing the model in C++ and then selecting it in the vehicle type. Q: What is the role of random when applying activitygen (what is the difference between running the simulation with and without the random option)? A: Please read here: https://sumo.dlr.de/docs/Simulation/Randomness.html Q: Hi, I want to know if sumo supports a custom area to let the vehicle drive freely on it(similar to being in an area of a parking lot), thanks! A: (free movement of vehicles) is not possible with the standard models but you can achieve it with traci. Q: Hey, whats a good way to evaluate the count data like in this tutorial scenario? Placing some detectors? A: (How to evaluate counts): It depends whether you need only local data or the whole network. The format is usually more like meandata https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html Q: Can you do similar things for busses A: The vehicle type does not matter Q: ooo use the taxi functionality to show how Tesla autonomous taxis will upset the market A: (use this for autonomous taxis) Yes, that is the idea, although you need probably a more elaborated dispatching / scheduling here. Q: Can the operation of taxis be intermodal, e.g. taking ppl to park&ride points with swapping to train? A: Yes Q: Is there a database for real counting data of cars on real streets? (To simulate random traffic but near to reality in certain cities) A: (Zähldaten) For German Autobahnen there is data like that: https://www.bast.de/DE/Themen/Digitales/HF_1/Massnahmen/verkehrszaehlung/verkehrszaehlung.html?nn=401522 A: You will find some loop detector data for urban traffic here: https://utd19.ethz.ch/. Q: Can the pickup at pt stops be limited to just a certain subset of those? A: At the moment no. It's an obvious (and simple) enhancement though Q: Is it possible to use the same lane in both directions,if one direction has priority to pass this lane? A: Yes. Q: Is there an (taxi) algorithm list that explains each use? A: Here you can find a list of the available algorithm: https://sumo.dlr.de/docs/Simulation/Taxi.html#dispatch Q: If I use flow to generate vehicles, such as defining 500 vehs per hour, does this generate uniformly or followed the Poisson distribution? And how to get the average delay of the whole network? A: By default departures are uniform but you can also define a random flow: https://sumo.dlr.de/docs/Simulation/Randomness.html#flows_with_a_random_number_of_vehicles Q: Who can i contact for email support? A: See https://www.eclipse.org/sumo/contact/ Q: What can I expect from the "public transport in meso"? how does it differ from current possibilities to simulate public transport busses? A: meso is much faster so it would allow for larger networks or more simulations done in shorter time Q: I am interested in knowing how in sumo network link freespeed and capacity is controlled. A: (how to control freespeed and capacity) those are emergent properties from the car following and the road properties and not controlled directly Q: Can someone point me to the documentation for SAGA? Thanks. A: (SAGA docs): https://github.com/lcodeca/SUMOActivityGen Q: Can we code our own lane change models using traci? A: Yes Q: Is it possible to get the Edge ID list and Junction ID list by TraCI functions, is yes, which one should be used? A: (get edge and lane ids via traci): Yes, getIDList is part of the edge and the junction module Q: Thanks, but the getIDList function is for the all the objects in the road network, is it possible to separate the edges and junction ID? A: No. traci.edge.getIDList and traci.junction.getIDList return distinct lists Q: You mentioned it is possible to "mix" car following models (a tool), could you give me a keyword to look for? A: (mix following models) you can generate vehicle type distributions using https://sumo.dlr.de/docs/Tools/Misc.html Q: Does latest version of SUMO which is 1.7.0 supports sumo web3D simulation on browser or we have to use the older version which is SUMO 0.3.2 A: (support for web3D) We do not test this regularly, so we cannot tell. A: web3d was built by Side walk labs for SUMO 0.31 … not sure if it still runs with 1.7.0, I think it should … but we did not test Q: Hi team! Thank you for the nice introduction. We have been using SUMO for some years and we jumped into meso at the time it was introduced, being it a real experience. What would be the best way to interact with you in terms of getting advice, gathering suggestions, or doing evaluation? A: You can reach us on our regular support channels (sumo-user mailinglist, mattermost, twitter) where we provide free support; the German Aerospace Center is a choice for a more elaborate research collaboration and we have a spin-off - the co4e.com - for professional consultancy and support (and less research) Q: Thanks a lot for the Information. And do you have any advice from your experience about getting traffic lights Information in Germany (Lichtsignalanlagen)? Is it something DLR makes use of? This turns to be a key point for large scale simulations like the ones we perform. A: It's difficult and involves lots of handcrafting. Some relevant tools: See https://github.com/DLR-TS/sumo-ocit and https://sumo.dlr.de/docs/Tools/tls.html#tls_csvsignalgroupspy Q: Is it possible to put some kind of business model to a taxi driver to calculate the profits? A: You could do this when controlling the taxis via TraCI Q: Is there any tutorial or example for signal timing optimization by reinforcement Learning using traci? A: No. Q: Are there car following model configurations which better simulate specific places, such as Italian traffic? A: There probably are but it's hard to make a general recommendation on this. I recommend looking at junction model parameters jmDriveAfterYellowtime, jmIgnoreKeepClearTime, jmDriveAfterRedTime, ... Q: Good evening, I'd like to ask if is possible to change the driver agent A: Yes. Take a look at https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#car-following_models Q: When adding lanes in the left-hand traffic, can we add "right-turn lane" on the right side of the road? A: Yes. You can define arbitrary lanes and connections via netedit Q: Is it possible to control the matching strategy of specific taxi and passenger with TraCI? A: Yes Q: Which algorithm that activitygen and duarouter used to the traffic affectation? A: Fastest part search. This optionally uses travel times from a previous simulation. Q: What are the possibilities within intermodal Routings ? A: Any combination of walking, private car, public transport and taxi use. (private car only in the first step). Q: How can we control the lane changing behavior of left turn vehicles and buses near bus stop? thanks A: The point at which vehicles change for strategic reasons (i.e. turning) is configured with attribute lcStrategic.