Questions tagged [plexe-veins]

Plexe is an extension of the popular Veins vehicular network simulator which permits the realistic simulation of platooning (i.e., automated car-following) systems.

Plexe is an extension of the popular Veins vehicular network simulator which permits the realistic simulation of platooning (i.e., automated car-following) systems. It features realistic vehicle dynamics and several cruise control models, permitting the analysis of control systems, large-scale and mixed scenario, as well as networking protocols and cooperative maneuvers. It is free to download and easy to extend.

10 questions
3
votes
2 answers

How to disable lane changes in SuMO?

I am using a TraCI call to set the lane change mode of a vehicle to 0 to disable all lane changing: TraCICommandInterface::setLaneChangeMode(0b000000000000); However, the vehicle still does a lane change afterwards. I also tried 256 (i.e.…
Julian Heinovski
  • 1,822
  • 3
  • 16
  • 27
1
vote
1 answer

How can i make the collisions in SUMO without the collider vehicle passing through the colliding vehicle

I need help regarding the following, How can i make the collisions in SUMO without the collider vehicle (i.e., the following vehicle) passing through the colliding vehicle (i.e, the vehicle in front) Right now when the vehicles collide in SUMO, it…
Mateen
  • 21
  • 2
0
votes
1 answer

Artery error: Invalid High Frequency CAM: Lattitude

Currently, I am getting used to Artery to simulate platoons based on the ETSI standard. I finished installing and setting up Artery on my VMWare Ubuntu 20.04. However, when running Artery as instructed in here, I met an issue as below. I followed…
Nguyen Huy
  • 45
  • 9
0
votes
0 answers

VEINS/PLEXE simulator: how to use self-defined application

Currently, I am working on simulating platoons based on ETSI G5 standards in Europe. The framework I am using is PLEXE (an extension of VEINS) on Ubuntu 20.04 (VMWare). According to this pose, after defining my application (I assume .cc/.h files in…
Nguyen Huy
  • 45
  • 9
0
votes
0 answers

Plexe compatability issues for omnet++ version 6.0pre14

For our project, for platoon formation we need plexe and for network structure we need simu5G, Simu5G minimum requirement is omnet++ version 6 however plexe is not compatible with omnet++ version 6.0. plexe 3.0 compatible with veins 5.1, however…
Eswar
  • 1
0
votes
0 answers

Invocation target exception during omnet++ simulation

I have a big problem with Omnet++ 5.7. When I try to run a simulation it returns this error to me: Error within Debug UI: java.lang.reflect.InvocationTargetException I'm using ubuntu 20.04. Does anyone have a possible solution?
0
votes
1 answer

clang: error: linker command failed with exit code 1 while installing sumo-planetsumo

I am trying to install sumo-planetsumo in order to run my scenarios on my macOS High Sierra, however after make -f Makefile.cvs and ./configure "make" produces the following error: ld: symbol(s) not found for architecture x86_64 clang: error: linker…
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

configure: error: gdal-includes not found

I am trying to install plexe-sumo on my mac system, when I run ./configure I get the following error: configure: error: gdal-includes not found. I have added the path: usr/local/Cellar/gdal to my path and yet I still get this error. Does anyone have…
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…