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
0
votes
1 answer

Artery( Veins extension ) example is not working

I do not have much experience with Omnet,I would like to know if I correctly running the command to run the example. First when I type make Vanetza, I realized that COHDA_MK2_ROOT is missing, however, the Vanetza compiles without error: mkdir…
Rhu
  • 3
  • 1
0
votes
1 answer

How convert .net.xml successfully using netconvert?

I am new to SUMO-GUI and its command line. I was trying to create road network and in order to do that I created .con.xml,.edg.xml,.nod.xml,.typ.xml and netc.cfg file. Now I tried to run "netconvert –c quickstart.netccfg" command where file files…
BoyInDaBox89
  • 417
  • 5
  • 16
0
votes
1 answer

Dynamical transmission range in the ieee802.11p module

I'm a MRs student , i use sumo 0.25.0 and veins 4.4 within omnet++ 5.0 .I'm working in the IEEE0802.11p module. Including my proposition i will use a formula that change the transmission range calculator into dynamical calculator which communicate…
0
votes
1 answer

Number of vehicles each T seconds

I wrote the script below with python and i implemented it on sumo,in order to obtain the number of vehicles between two inductionLoop,every 60 seconds,in a lane. But this one gives each second . #!/usr/bin/env python # -*-coding:Latin-1 -* …
mk10
  • 9
  • 5
0
votes
1 answer

Updating the version of sumo

I'm using the SUMO simulator with the version 0.22.0 . I want to update it to the version 0.25.0 . How can i do it ? Thanks for help in advance . Regards, Sp2016
mk10
  • 9
  • 5
0
votes
2 answers

Uninstall SUMO 0.22

I need to remove SUMO 0.22 in order to install SUMO 0.25. I have been using Ubuntu since 2009, but I never came across this problem. I tried: sudo apt-get remove sumo sudo apt-get remove --auto-remove sumo sudo apt-get purge sumo sudo apt-get purge…
mlhazan
  • 1,116
  • 2
  • 15
  • 24
0
votes
1 answer

Vehicle Speed change (runner.py file) in SUMO Simulation

I am trying to use TraCI commands in "runner.py" file and in the wiki for TraCI the commands are presented in octal format or so. How to configure the behavior of vehicle in "runner.py" file ? Can we change the parameters of the vehicle dynamically…
charan
  • 11
  • 3
0
votes
2 answers

Error ([Errno 111] Connection refused) in veins (sumo-launchd.py)

i want to use veins, to co-simulate between OMNeT++ network simulator and SUMO road traffic simulator. Veins has sumo-launchd daemon (written in Python), that is designed to run in the background, listening for incoming requests. On each incoming…
-1
votes
1 answer

How to send a message after a defined time?

Upon receiving a message, I want to broadcast it after a defined waiting time. For example when node[8] receives the message wsm at time t=109s, it rebroadcasts it at a defined time T, so I used: scheduleAt(simTime()+T,wsm->dup()); as a result I…
kenza
  • 7
  • 2
-1
votes
1 answer

Encountering INET framework error in OMNeT++ 5.7. Need help troubleshooting the issue

inet problem I have tried simulating in 6.0.1 there is a problem of veins library, after that I downloaded the older version 5.7, now the problem is on inet during building project. Any suggestions or debugging strategies?
-1
votes
1 answer

facing problem to simulate in sumo . how to solve it?

Warning: Invalid edge (CONTROL + click to add a disconnected edge) why this is showing Warning: Invalid edge (CONTROL + click to add a disconnected edge why this is showing on the screen . I can not be able to figure outenter image description here
-1
votes
1 answer

sumo taxi does not picks the right number of passengers

I'm fairly new using SUMO and traci tools. I should have group of 4 persons boarding a taxi at the same time and going to the same destination. for convenience, they are all waiting at the same place, in the same bus stop. what happen : When the…
olivier p.
  • 17
  • 7
-1
votes
1 answer

Filter data in pandas

I have a pandas dataframe: It is a large dataframe. How can i filter out all the rows with id "north_south"?
NSD
  • 13
  • 3
-1
votes
2 answers

Use Python Traci From SUMO to run with OMNET++

I'm a beginner in Omnet++ & SUMO. I have successfully created my python script using the Traci library from SUMO. So, now I am currently trying to run my python script inside OMNET++ but I do not have any idea on how to do it. Can anyone guide me…
Daniel
  • 1
  • 2
-1
votes
1 answer

How to save my sent ping packets in omnetpp?

I need to save all the sent ping packets in a .pcap format to work on it latter but when I try to save them there is no packet in the file and its empty. I would be thankful if someone could tell me which part I'm doing wrong.here is the code I'm…
h.bahar
  • 1
  • 2