Questions tagged [veins]

Veins is an open source framework for running vehicular network simulations.

Veins is an open source framework for running vehicular network simulations. It is based on two well-established simulators: OMNeT++, an event-based network simulator, and SUMO, a road traffic simulator. It extends these to offer a comprehensive suite of models for IVC simulation. See the official website for further information.

786 questions
0
votes
0 answers

Different Models in Veins

I've been searching several simulators for moving vehicles and I've found Veins. I was wondering if it's possible to create different models of the vehicles simulated. I mean by that is it possible to create a different type/change the properties of…
Zingerella
  • 450
  • 2
  • 11
0
votes
1 answer

Previously stored values, in a member vector, change after receiving new BSM

I wrote an application for a vehicle in Veins as follows: The header file: class CarApp : public BaseWaveApplLayer { public: CarApp(); ~ CarApp(); void initialize(int stage); void finish(); protected: void handleSelfMsg(cMessage* msg); …
Raashid
  • 149
  • 9
0
votes
0 answers

How to simulate LTE in Veins(Framework, along with SUMO and Omnet++), along with Bluetooth and DSRC?

I want to simulate a scenario on veins, where in the message is first sent to device on car via bluetooth, and then shared using LTE. But Veins itself is very complicated to understand, and hence, I am not able to proceed I have already worked out…
Akshit Kansra
  • 11
  • 1
  • 4
0
votes
2 answers

Error: tcpip::Socket::recvAndCheck @ recv: peer shutdown

I am trying to run an example from the plexe-veins folder on my Mac OS High Sierra system, to my knowledge I have installed all necessary libs. The only problem I have is with installing the omnetpp__0.7-1.tar.gz file. Some research online leads…
0
votes
1 answer

How to initialize vehicles position randomly on the route using OMNET++?

I want to set randomly vehicles positions on the route. My SUMO files has the same start and end points, but I couldn't find how to set a new coordination. Is there any ways to do it using OMNET++?
0
votes
1 answer

Control lane change decision in SUMO

I am using VEINS 4.4 , OMNET 5.0 and SUMO 0.25 in my project. i want to stop vehicles from changing their lanes when they become near to the intersection . i have searched in google but i didn't get an answer how to do it, please ?
user12345
  • 55
  • 9
0
votes
1 answer

Makefile.inc does not exist plexe-veins

I am new to command line and have followed all the threads related to make including downloading mingw and adding to both my system and user paths. I still get this error when I run mingw32-make.exe: $ mingw32-make.exe mingw32-make[1]: Entering…
0
votes
2 answers

How to get the distance or travel time between two nodes (e.g., vehicles) in Veins?

In veins, I can calculate the distance between two coordinating using the Coord.distance() function. However, this function simply calculates the Cartesian distance between two points. The real distance between two vehicles or a vehicle and a…
Hamzah
  • 120
  • 6
0
votes
1 answer

Can't launch Artery example

I have compiled veins, vanetza, inet and artery but I'm not able to launch the Artery example. Under the Artery root directory, I did the following: cd build make run_example The following error happens: Error: Cannot load library…
0
votes
0 answers

RSU location on Veins 4.7

I am trying to build a simple Veins scenario where vehicles send there information to a RSU that serves a specific junction. I am not sure how to determine the RSU location. In the omnetpp.ini, I specified the RSU location as the Omnetpp junction…
Hamzah
  • 120
  • 6
0
votes
1 answer

How to get access to the Veins Parameter "firstStepAt" in the Artery Framework?

I would like to access the Veins parameter "firstStepAt" in the Artery framework to skip the build up time from my SUMO simulation. But I cant find the part in the Artery framework, where it is possible to set Veins configuration parameter, or more…
Maik
  • 3
  • 2
0
votes
3 answers

Veins 4.7 Omnet++ 5.3 build error in windows 7

I am new to vein and omnet++. I followed this tutorial http://veins.car2x.org/tutorial/ everything works up to step 3, for some reason veins 4.7 doesn't build in omnet++ 5 (IDE) and generates the following errors.…
Abubakar Saad
  • 202
  • 1
  • 2
  • 13
0
votes
2 answers

Get junction 'type' field and others?

I'm trying to implement some 'neighbors aware' broadcast techniques, in particular eSBR and NJL. I'd like to filter the junctionIDs list to be able to work with the best scenario possible (some junctions are car generator points and therefore I'd…
Barnercart
  • 1,523
  • 1
  • 11
  • 23
0
votes
1 answer

Veins: Error: unable to resolve host/address 'sumo.dlr.de'

I am using Veins-4a2 and Sumo-0.22.0. Since many months working with this platform, today I tried to launch a new simulation but I got this error in the terminal:
Joe
  • 85
  • 1
  • 9
0
votes
1 answer

opp_run error on omnetpp IDE

I'm working on a veins project at the moment and everything went fine till today. I had the need to add a new module to the ' veins/src/veins/modules ' directory so I simply created a new folder and put some .ned files and relative header/source…
Barnercart
  • 1,523
  • 1
  • 11
  • 23