- 15 Jan, 2020 6 commits
-
-
Benedikt Kleinmeier authored
In "SimplePerceptionModel", added "selectClosestAndPerceptibleBang" and added "SimplePerceptionModelTest"
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Integrated "UpdateSchemeEventDriven" locomotion layer completely into "models/psychology/selfcategorization"
-
Benedikt Kleinmeier authored
-
- 14 Jan, 2020 3 commits
-
-
Stefan Schuhbaeck authored
cosmetic fixes in pythontraciwrapper See merge request !108
-
Stefan Schuhbaeck authored
# Tools/PythonTraciWrapper/pythontraciwrapper/__init__.py # Tools/PythonTraciWrapper/pythontraciwrapper/_api_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_controll_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_personapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_polygonapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_simulationapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_vadereapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/py4j_client.py # Tools/PythonTraciWrapper/setup.py # Conflicts: # Tools/PythonTraciWrapper/pythontraciwrapper/__init__.py # Tools/PythonTraciWrapper/pythontraciwrapper/_api_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_controll_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_personapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_polygonapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_simulationapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/_vadereapi_wrapper.py # Tools/PythonTraciWrapper/pythontraciwrapper/py4j_client.py # Tools/PythonTraciWrapper/setup.py # Conflicts: # Tools/PythonTraciWrapper/setup.py
-
Benedikt Kleinmeier authored
Copied "UpdateSchemeEventDriven" to "models/psychology" and use this locomotion model in "SelfCatThreatModel"
-
- 13 Jan, 2020 5 commits
-
-
Benedikt Kleinmeier authored
-
Stefan Schuhbaeck authored
checkbox to deactivate ScenarioChecker in GUI. See merge request !107
-
Stefan Schuhbaeck authored
Before save actions and simulation run actions the ScenarioChecker is still executed *once* to inform the user of any errors. (deault = ScenarioChecker Off) The checkbox setting is saved in the vadere config.
-
Stefan Schuhbaeck authored
Python Based TraCI Client for Vadere See merge request !106
-
Stefan Schuhbaeck authored
main author hm-schuegra [misc] apply styleguide to VadereManager module [misc] autopep vadere-lauchner.py [pythontraciwrapper] Added second start method to Py4jClient [pythontraciwrapper] Adding PythonTraCIWrapper to tools with git subtree [pythontraciwrapper] Extending pythontraciwrapper [pythontraciwrapper] Implemented _polygonapi_wrapper [pythontraciwrapper] Implemented a basic py4j client [pythontraciwrapper] Implemented pytraci controll commands [pythontraciwrapper] Improving py4j client [pythontraciwrapper] Move Py4jClient to pythontraciwrapper [pythontraciwrapper] Removing PythonTraCIWrapper from tools [pythontraciwrapper] Skeleton py4j TraCI Wrapper [pythontraciwrapper] apply code formatting [pythontraciwrapper] set version to 0.2 [pythontraciwrapper] use list in subprocess instead of string. fix for linux. [TraCI] Adapt new createNew such that it uses the type of the peds in the simulation when reading the minimal attributes from JSON [TraCI] Add new start m...
-
- 10 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Note: "SelfCatThreatModel" uses OSM as locomotion model. VadereSimulator/src/org/vadere/simulator/models/osm/OptimalStepsModel.java: - Extracted new method static method "StepCircleOptimizer.create()" based on "OptimalStepsModel.createStepCircleOptimizer()".
-
- 17 Dec, 2019 2 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
- 16 Dec, 2019 2 commits
-
-
Stefan Schuhbaeck authored
Traci single client server See merge request !104
-
Stefan Schuhbaeck authored
using the same port.
-
- 11 Dec, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 09 Dec, 2019 1 commit
-
-
Marion Goedel authored
-
- 05 Dec, 2019 2 commits
-
-
Daniel Lehmberg authored
Resolve "Measurements if no Agent is in the measurement area" Closes #287 See merge request !99
-
Daniel Lehmberg authored
-
- 02 Dec, 2019 3 commits
-
-
Benedikt Zoennchen authored
-
Daniel Lehmberg authored
call fireChangeViewportEvent from awt Event Thread See merge request !96
-
-
- 29 Nov, 2019 5 commits
-
-
Benedikt Zoennchen authored
Dev/remove time credit See merge request !98
-
Daniel Lehmberg authored
Code cleaning and order of time and state update in Simulation.run() See merge request !95
-
Daniel Lehmberg authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 28 Nov, 2019 9 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Stefan Schuhbaeck authored
Added ScenarioChecks in comit 8d7ad27f now sees these configuraitons as erros. Thus move them to Scenarios/Demos so CI will not test test as they will always fail.
-
Stefan Schuhbaeck authored
fix #280 nullpointer in gui while simulation setup Closes #280 See merge request !93
-
Stefan Schuhbaeck authored
The problem occurred because the OnlineVisualization model is setup during gui startup but was only valid after the first call to OnlineVisualization#postUpdate where the DrawData object is created. Only then was the OnlineVisualization valid and capable of answering all callbacks. This commit will fix the problem but does not fix the design the problem. The OnlineVisualization is still created at gui startup but all callbacks to the model are removed util the OnlineVisualization model is fully initialized.
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Migrated all scenario files to version 1.7 (except roVer scenarios because an exception was thrown there)
-
Benedikt Kleinmeier authored
Moved psychology-related attributes to own JSON node "attributesPsychology" and display these attributes in an own tab in GUI Implemented "TargetVersionV1_7" to reflect this change in the JSON file. - Renamed "AttributesPsychology" to "AttributesPsychologyLayer". - The new class "AttributesPsychology" is now the wrapper to hold all psychology-related parameters. The existing psychology parameters from "AttributesSimulation" moved to this class.
-