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.

6 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,768
  • 3
  • 14
  • 25
0
votes
0 answers

Error On Plexe-Python and Question on SUMO Version

I have 2 questions if you don't mind: Issue 1: The issue is that Sumo-Plexe/ Plexe-Veins won't work if there is any other SUMO distribution installed. However, I need to have SUMO 1.6 (the latest) on my machine since I use SUMO with CARLA…
Toofreak
  • 125
  • 5
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…