Questions tagged [plexe]

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.

14 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
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
0 answers

Using sumo's RealisticEngineModel

I figured out that the realistic engine model from plexe (https://github.com/michele-segata/plexe-sumo) was recently integrated into sumo's main code base. My question is: How can I use the model and specify my own engine parameters. Does the engine…
kledom
  • 19
  • 2
0
votes
0 answers

Plexe examples run

plexe:~% cd src/plexe/examples/platooning plexe:~/src/plexe/examples/platooning% plexe_run -u Cmdenv -c Sinusoidal -r 2 zsh: command not found: plexe_run zsh: exit 127 plexe_run -u Cmdenv -c Sinusoidal -r 2 I have installed the instant Plexe…
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

Runtime error while running TraCIScenarioManagerForker

Runtime error occuring while running plexe example, saying Unknown parameter 'order' -- in module (veins::TraCIScenarioManagerForker) Highway.manager (id=5), during network initialization. How to solve this issue? I tried changing the ned file for…
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

OMNet ++, SUMO and Veins with or without INET

I just successfully accomplished the Veins (with OMNet++ and SUMO) tutorial (http://veins.car2x.org/tutorial/), but noticed that it did not use INET. Other YouTube tutorials on Veins use INET with Veins, almost as if it is a given. What is the…
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

Error while inserting vehicles from Sumo .rou file using PLEXE

I am trying to insert regular vehicles and platoon vehicles in a specific time step in a scenario by using SUMO and Plexe. I am using Sumo 1.2.0, Veins 5.0, Omnet++ 5.5.1, Plexe-3.0a2 versions. As plexe documentation points i have to change the…
TZerK44
  • 28
  • 4
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
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…