- 22 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Used following commands: - mvn -Dmaven.test.skip=true package - java -jar VadereSimulator/target/vadere-console.jar migrate -r VadereModelTests/ - git clean -n - git clean -f (to delete <scenario_file>.scenario.legacy which is created by migration assistant)
-
- 21 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 17 May, 2019 1 commit
-
-
Benedikt Kleinmeier authored
In "VTrajectory", added workaround to avoid "NullPointerException", but workaround leads to corrupt output file.
-
- 16 May, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 15 May, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 14 May, 2019 3 commits
-
-
Benedikt Zoennchen authored
new robust computation of the target direction for the BHM which is enabled if a target potential is available. New TimeCostFunction to compute a target potential repulsive at obstacles.
-
Benedikt Kleinmeier authored
Added "VadereModelTests/TestSalientBehavior/scenarios/09-OriginalExperimentSetup-OSMEventDriven.scenario".
-
Benedikt Kleinmeier authored
In "PedestrianSpeedInAreaProcessor", replaced "PedestrianVelocityProcessor" by "PedestrianTrajectoryProcessor" to calculate speed.
-
- 10 May, 2019 3 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "PedestrianSpeedInAreaProcessor", use "PedestrianVelocityProcessor" instead of "pedestrian.getVelocity()".
-
Benedikt Kleinmeier authored
-
- 09 May, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 29 Apr, 2019 3 commits
-
-
Benedikt Kleinmeier authored
Implemented "EventFactory" and use it in "TrajectoryReader" and use new output processors in "TestSalientBehavior" scenarios.
-
Benedikt Kleinmeier authored
Added two new output processors ("PedestrianMostImportantEventProcessor" and "PedestrianEventProcessor") and use them in "TrajectoryReader".
-
Stefan Schuhbaeck authored
- Initialize group already configured in given pedestrians
-
- 26 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
Signed-off-by:
hm-schuhba1 <stefan.schuhbaeck@hm.edu>
-
- 17 Apr, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Added print statements in "OSMBehaviorController" to debug why salient behavior causes an "AssertionError" when using event-driven update scheme.
-
- 16 Apr, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 15 Apr, 2019 2 commits
-
-
Benedikt Kleinmeier authored
Added test scenarios for salient behavior: "03-UnidirectionalFlow-OSMSequential.scenario" and "04-CounterFlow-OSMSequential.scenario".
-
Benedikt Kleinmeier authored
-
- 12 Apr, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Handle salient behavior in "UpdateSchemeSequential" and reduced "requiredFootSteps" from "5" to "2" in "SalientBehaviorCognition".
-
- 04 Apr, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Renamed "CognitionLayer" to "EventCognition", added class "SalientBehaviorCognition" and added test scenario "01-ExperimentSetup.scenario".
-
- 02 Apr, 2019 2 commits
-
-
Stefan Schuhbaeck authored
The ProcessorFlag interface is a marker interface used anywehre a specifc attribute of some DataProcessors are needed. For instnace the UsesMeasurementArea Interface is implemented by all Processors usinge one or more MeasurementAreas. In this example the interface exposes an array of given MeasurementAreaIds which can be used within the ScenarioChecker. These interfaces are therefore aribtraty flags used to filter a generic list of DataProcesors if needed.
-
Stefan Schuhbaeck authored
-
- 26 Mar, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 19 Mar, 2019 1 commit
-
-
Marion Goedel authored
-
- 15 Mar, 2019 1 commit
-
-
Timy Phan authored
-
- 04 Mar, 2019 1 commit
-
-
Benedikt Kleinmeier authored
In "run_seed_comparison_test.py" and "run_vadere_console_with_all_scenario_files.py", increased timeouts to avoid errors during CI pipeline. Further changes: - Renamed test directory "TESTOVM" to "TestOVM". - Renamed test directory "TestOSM_Group" to "TestOSMGroup".
-
- 01 Mar, 2019 2 commits
-
-
Benedikt Kleinmeier authored
In "01_unsupported_event_exception_for_unsupported_models.scenario", changed from Reynolds' to OSM model to avoid failing tests in CI pipeline.
-
Benedikt Kleinmeier authored
-
- 26 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Grouped all event tests in directory "VadereModelTests/TestEvents" and lowercased all test files (to be consistent with existing model tests).
-
- 25 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 22 Feb, 2019 3 commits
-
-
Benedikt Kleinmeier authored
Renamed exception "NotSupportedEvent" to "UnsupportedEventException" to respect Java's naming convention.
-
Benedikt Kleinmeier authored
In all locomotion classes, throw exception if an event is not supported by this model to inform the user. Use new exception "NotSupportedEvent" or the static helper method "throwExceptionIfNotElapsedTimeEvent()". VadereModelTests/TestBangEvent/scenarios/00-NotSupportedEventTest.scenario: - Added this scenario to test if an exception pops up in GUI when combining a locomotion model and an unsupported event.
-
Benedikt Kleinmeier authored
-
- 21 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extended "BangEvent" to hold a "Target" and use this new information in "UpdateSchemeEventDriven" and "UpdateSchemeSequential".
-
- 19 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
New scenario element "AbsorbingArea" is not handled in: - AbsorbingAreaController (this class is missing completely at the moment). - MigrationAssistant (must add node '"absorbingAreas" : [ ]' to topography tree). - DefaultConfig (to be able to change color). - TikzGenerator (must use "topography.getAbsorbingAreas()" to iterate over the new scenario element).
-
- 18 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Added two additional test scenarios: - wait_event_2_sources_2_targets_osm_event_driven.scenario - wait_event_recurring_2_sources_2_targets_osm_sequential.scenario VadereSimulator/tests/org/vadere/simulator/control/events/EventControllerTest.java: - Adapted unit tests for this logical change.
-