Q&A about CrowNet #12
Replies: 3 comments
-
Hello, Thank you for sharing this project. I believe pedestrian simulation in OMNeT++ has been a challenging area, and your work will significantly help researchers. In the light of resources, I have set up the environment, yet encountered certain isues given below. Please find my progress in steps below:
When I attempted to run omnetpp.ini in the testSim directory, the mentioned errors as follows:
Please find a screenshot of the errors displayed in the IDE for your reference below. It seems that there might be missing dependencies or modules that are not correctly linked during the import process. I would greatly appreciate it if you could help me in resolving these errors. Best regards. |
Beta Was this translation helpful? Give feedback.
-
The problem is that you have to add the nested projects. For that tick the box Search for nested projects. See the image below.
This will be fixed when you include the submodule from veins.
If these directories are empty ensure that the git submodules are working. In the
It should look like this (most likely different hashes but four lines). If not initialize the submodules
For overall OMNeT take a look at the documentation provided by OMNeT directly. For the IDE see this PDF. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the detailed response. The issue has now been resolved. |
Beta Was this translation helpful? Give feedback.
-
If there are questions please just comment here or open up a new discussion.
Beta Was this translation helpful? Give feedback.
All reactions