-
Notifications
You must be signed in to change notification settings - Fork 1
finale_abgabe #8
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
base: release
Are you sure you want to change the base?
Conversation
- implemented interfaces sangeeths is programming - code not working
…ses for different distance metrics
- implemented moore neighbourhood
- added immutable list wrapper - added clipped normal distribution
- somehow deviates from value shown on slides - seems to be somewhat working tho
…ribing how and what they do
- added function to simulation to get the max distance inside the simulation grid (used for visualisation)
…g threshold - added target direction into visualisation by rendering pedestrian as triangle
…since it can be infered from DistanceBase
…ader and remove legacy config file
… simulation_config
- added keybopard shortcuts - added path visualisation
- implemented ToggleButton - implemented Theme - fixed bugs in shortcut - improved event handling code (single responsiblility) - render buttons - added multiline text rendering to VisualisationHelper
DrGeli
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Group B,
wow, a lot has happened since last time! I've scanned the code and it looks very well structured and clean.
I do have trouble getting the code running - the Readme states that I have to pass a simulation configuration file but it does not work for me. Could you please add more hints on how to get the program running?
- added getting started to readme
|
Hello @DrGeli i now updated the readme to include a getting started section, if you encouter issues leading to exceptions please open an issue for me with the stacktrace. |
Hi, here is the stacktrace I get: C:\Users\Geli\PycharmProjects\Gruppe-B-Original.venv\Scripts\python.exe C:\Users\Geli\PycharmProjects\Gruppe-B-Original\run.py ./simulation_config/rimea_test_4.json Process finished with exit code 1 |
|
Hello @DrGeli according to your stack trace it seems like you have python 3.12. Our code will only run in python 3.13 since we used new type hinting features 3.12 sees as an error. Let me know if it's not possible for you to install python 3.13 then i'll try to backport our code to support older python versions as well. |
Thanks @Aeolin, I managed to get it started! |
…imulation_configs
Abnahmetests simulation configs
- add text to flowmeter visualisation - add new simulation config demo.json for taking screensots
|
@DrGeli renamed this PR to finale_abgabe |
In accordance with @Sangeeths11 and @AdiJoost we decided to overhaul our architecture