Questions tagged [sumo]

SUMO (Simulation of Urban MObility) is a microscopic traffic simulation package. This tag should be used when you have a question about software development with SUMO package.

SUMO is a free and open traffic simulation suite which is available since 2001. SUMO allows modelling of intermodal traffic systems including road vehicles, public transport and pedestrians. Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation.

See the contact page for support resources.

The core applications are written in C++ while the script tooling around it is in Python. Clients for external interfacing over the Traffic Control Interface (TraCI) protocol are available in Python, Java, C++ and MATLAB.

643 questions
1
vote
1 answer

Error in rule configure_veins_vlc, configure_veins, protobuf

My question is regarding veins-gym. The dependencies highlighted at the beginning of that file work well. However, I receive an error when running snakemake -jall. Here is a log file Building DAG of jobs... Provided cores: 8 Rules claiming more…
Python
  • 359
  • 2
  • 16
1
vote
1 answer

VANET Simulation using SUMO

I am trying to use SUMO in my MATLAB VANET simulator, and as per my understanding, SUMO is a standalone mobility simulator which can simulate different mobility models such as: car following (platoon), lane changing and traffic intersections. On the…
ah.ibrahim
  • 21
  • 3
1
vote
1 answer

Sumo Warning in netedit

I am very new to Sumo. I am doing a simple simulation from tutorial in sumo documentation and I face a warining which stops me. Warning: Double edges aren't allowed. Does anyone know what is it and how can I get rid of?
Jesica
  • 15
  • 1
  • 8
1
vote
1 answer

How do I add a new attribute to "sumo" and "veins"?

I'm a beginner. I'm trying to research how the behavior of a vehicle changes if you set an estimated time of arrival for each vehicle using sumo and veins, and drive according to that time. Of course, I think it would be difficult to implement this…
kona
  • 21
  • 1
1
vote
1 answer

When connecting veins and sumo, will the ".py" file created as TraCI not be reflected in veins?

I am planning to conduct an experiment using an automated driving simulator. The tool I am using is sumo (1.8.0) veins (5.1) omnet++ (5.6.2) I have completed all the installation and can run the tutorials for sumo and omnet++. Now I'm thinking of…
kona
  • 21
  • 1
1
vote
0 answers

Passing parameters by Postman to Eclipse-SUMO Docker image

I am new to docker, and I have been asked to run a simulation via a docker image of SUMO (Simulation of Urban MObility) on a server on the cloud, and I should pass the simulation parameters in a JSON format file by Postman. Everything is kind of…
Ehsan Xan
  • 31
  • 4
1
vote
1 answer

How do I use randomTrips.py correctly

I have a .net.xml file and I want to get a trips.xml file using randomTrips.py, but mine doesn't work. I have a Windows 10 64-bit computer. My commands on Command Prompt are: C:\Program Files (x86)\Eclipse\Sumo\tools>randomTrips.py --help C:\Program…
1
vote
1 answer

which tools we use for implementing Sybil attack simulation in VANEt

I want to know which and how many simulation tools we need to implement a Sybil attack in VANET. I read some where SUMO alone is enough but most of people recommend to use combination of SUMO, Omnet++ and Veins. What will be the instructions and…
1
vote
1 answer

How to run different scenarios in Omnet++ (Veins)?

I have created a traffic scenario in SUMO and running it using Omnet++. I have Inet, Veins and VANET to work with it. I made vehicles as a nodes and run the scenario using Veins, and established the communication between the nodes using VANET. But I…
1
vote
0 answers

Error when trying to run Omnet++ simulation

I am new to Omnet++ and I have downloaded some code from GitHub and I am just trying to run it on instant veins and I keep getting an errors with 'VeinsInetMobility.h'. The downloaded code has it's own 'veins_inet' folder, so when I replace…
LukeM
  • 11
  • 3
1
vote
0 answers

How to model taxis in SUMO so that people only choose it if it is not too far away

This is my first try with taxis in SUMO, and I am defining an intermodal system with public transit and taxis for the moment. Before adding the taxis, the agents either walk or took different public transit systems to go from start to finish by…
1
vote
1 answer

Veins tutorial over MacOS

I have successfully installed Veins (v5.1), SUMO (v1.9.1) and OMNeT++ (v5.6.2) in macOS Big Sur. OMNeT++ and SUMO work perfectly when running alone. Also the erlangen example ends correctly when launching "sumo-gui -c erlangen.s.sumo.cfg" However,…
elebo
  • 11
  • 1
1
vote
1 answer

SUMO mobility model

By default, SUMO used the Krauss Car-following model, is it possible to change the parameter, and how? Secondly, how can I also change from the default car-following to the lane-changing model in SUMO? Thank you in anticipation of your answer.
1
vote
1 answer

How to append extra routes to current SUMO scenario?

I recently generated a Sumo scenario using OSMWebWizard.py. Then, using NetEdit, I added the edges to osm.net.xml and saved the extra 6 routes in a file calling it extra.rou.xml with its demands. I would like to know how to append extra.rou.xml to…
Arsi
  • 163
  • 9
1
vote
1 answer

SUMO Internal Edge

I have run the quick start tutorial of SUMO and it is working fine (https://sumo.dlr.de/docs/Tutorials/quick_start.html). I want to understand the purpose of Internal edge as it is not touched in the quick start tutorial, though mentioned in the…
Osman Khalid
  • 778
  • 1
  • 7
  • 22