ManiAm / VENTOS_Public

VEhicular NeTwork Open Simulator (VENTOS)
http://maniam.github.io/VENTOS/
GNU General Public License v3.0
57 stars 25 forks source link

Error loading the CACC example, step 8-9 #43

Open IngyN opened 5 years ago

IngyN commented 5 years ago

I followed the manual and installed SUMO and OMNET++. I verified they both run separately without errors, I also added SUMO and OMNET to the $PATH. I've added the screenshot with the PATH variable. image

For step 8 I'm able to build the project with no errors. I followed the configuration options for the run configurations: image

But after I press run I have this error: image

and the log for the error from omnet: image

I'm new at Omnet++ and sumo and I'm not sure what to do from here. Thank you for your time.

ManiAm commented 5 years ago

Although you added SUMO to the PATH, when you run OMNET++ using the launcher icon, your PATH variable will not be used. You have two solutions: either run OMNET++ from the command-line by typing omnetpp, or follow step 4 of the installation (page 5 of the VENTOS manual) in order to change the launcher code.

Step 4: Open the OMNET++ desktop launcher using the following commands ....

MchouaibD commented 4 years ago

i got the same problem, if you fixed it please explain me how did you make it and thank you.