- 17 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 16 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Also renamed: - Enum value "TARGET_DISTRACTION_STRATEGY" to "TARGET_REPULSION_STRATEGY" - Class "TargetDistractionStrategy" to "TargetRepulsionStrategy" VadereSimulator/src/org/vadere/simulator/models/psychology/selfcategorization/locomotion/OSMBehaviorController.java: - Renamed "reactToBang()" to "maximizeDistanceToThreatAndIncreaseSpeed()" and use "pedestrian.getPerceivedThreat()" instead of "pedestrian.getMostImportantStimulus()". VadereSimulator/src/org/vadere/simulator/models/psychology/selfcategorization/locomotion/UpdateSchemeEventDriven.java: - Use "pedestrian.getSelfCategory()" instead of "pedestrian.getMostImportantStimulus()" to derive specific behavior in "update()" method. VadereState/src/org/vadere/state/psychology/PsychologyStatus.java: - Added member variable "perceivedThreat".
-
- 15 Jan, 2020 8 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
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 3 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.
-