-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add documentation about using Artery for beginners #215
Comments
Hi Raphael, I've made some notes about setting up Artery with VS Code (https://github.com/awillecke/artery/wiki/Setting-up-Artery-in-VS-Code). The debugging configuration can definitively be improved by using the Best regards |
Hi Alex! That's Great! Are you okay if I add this information to Artery's documentation? Best regards |
That's what it is intended for :) |
Hi Raphael, here are some notes regarding the creation of scenarios and services: https://github.com/awillecke/artery/wiki/How-to-create-a-new-Service-and-Scenario-in-Artery Best regards |
Thanks @awillecke, I have added a page based on your wiki entry: http://artery.v2x-research.eu/install/#next-create-your-own-simulation |
Except for the little typo (ccenario), I'm pleased with the restructuring and new formatting 😄 I hope it will ease the start for folks new to Artery. |
Thanks for your hint; I have fixed it. What a pity… |
Hey, |
Hi @Enough7, |
Hi @fysch, Is it normal that the GUI (Omnet++ in QTenv) does not start in debug mode?
in I also noticed that the highway-police scenario is commented out. |
Are you sure it Omnet++ is not in debug mode?
Where exactly does it freeze? Do you get any error message? |
It freezes on clicking start, running the
I guess it is in debug mode. |
Is your debugger maybe simply stopping at a breakpoint? Then, the GUI is freezing, obviously. |
Since the example In the future, this config could potentially be built by CMake similar to the |
When I run cmake --build build --target run_highway_police and choosing the |
Can you start |
I think if the documentation covered the following topics as well, it would pave the way for beginners.
The text was updated successfully, but these errors were encountered: