riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

artery/application/ItsG5Service.h: No such file or directory #181

Closed OverwatchGirl closed 3 years ago

OverwatchGirl commented 3 years ago

Hello !

I'm trying to run a simple example, in which i used the highway-police example and added another vehicle "emergency" along with a set of files related to this new vehicle, but when building the project i keep getting this error :

ClearLaneService.cc In file included from ClearLaneService.cc:1: ClearLaneService.h:4:10: fatal error: artery/application/ItsG5Service.h: No such file or directory 4 | #include "artery/application/ItsG5Service.h" | ^~~~~~~~~~~

Please how can i fix this ?

Thank you in advance for your answer.