- 10 Sep, 2018 4 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Changelog entries were take from https://conwiki1.cc.private.hm.edu/confluence/display/FK07PD/VADERE+Change+Log
-
Benedikt Kleinmeier authored
README.md: - Updated list of contributors. - Added section "Changelog".
-
Benedikt Kleinmeier authored
In "run_vadere_console_with_all_scenario_files.py", enabled print statements in "run_scenario_files_with_vadere_console()" again. Also added method "print_summary()".
-
- 07 Sep, 2018 10 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "README.md", updated links to pipeline status and added "Stefan Schuhbäck" to list of contributors. :)
-
Marion Goedel authored
-
Marion Goedel authored
-
Marion Goedel authored
-
Benedikt Zoennchen authored
-
Marion Goedel authored
- added PedestrianOverlapProcessor, MAxOverlapProcessor and NumberOverlapProcessor to all scenarios - increased size of sources in cases where overlaps occurred in the source
-
Benedikt Zoennchen authored
-
Marion Goedel authored
Minor changes to Overlap Processors so that they also work if no overlap happens during the simulation.
-
- 06 Sep, 2018 4 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
The stairs consist of multiple paths. Each tread is one path. The black 'line' is not a path but an empty space filled by a black background behind the stairs.
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
Changes for v0.6: Processors: * remove PedestrianOverlapDistProcessor and add functionality in PedestrianOverlapProcessor. * show overlap distance in PedestrianOverlapProcessor as a positive delta * refactor NumberOverlapsProcessor to use PedestrianOverlapProcessor as dependency * refactor MaxOverlapProcessor to use PedestrianOverlapProcessor as dependency JsonTransform Tests: To test transformation and manipulate Jackson's JsonNode representation four new Interface are included. * JsonNodeExplorer: Methods to travers, delete and add JsonNodes in an existing Json representation. Many methods will throw Exceptions if a path does not exist or the operation does not work. Included are helpers for eays path traversal (i.e. path(root, "path/to/node")) * TestJsonNodeExplorer: This extends the JsonNodeExplorer and overwrites all Methods with exceptions and insted inclueds Assertions and Junit test to indicate an error. Thus for example the method pathMustExist contains an assertion test that the path exists. This can be used in UnitTest as assertions. * TestJsonNodeHelper: Create JsonNode tree from text files * TestResourceHandler: Allows to load file based resources for test and will create backups of test files so the test enviroment can be resotred if a test fails. This helps in the development process.
-
- 05 Sep, 2018 9 commits
-
-
Stefan Schuhbaeck authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
-
Marion Goedel authored
TimestepPedestrianIdOverlap -> TimestepPedestrianIdOverlapKey pedestrianMaxOverlapProcessorId -> pedestrianOverlapDistProcessorId
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
-
Marion Goedel authored
-
- 04 Sep, 2018 4 commits
-
-
Benedikt Zoennchen authored
update basic_1_chicken_gnm1.scenario: reduce the number of spawn pedestrians such that they fit on the source area.
-
Benedikt Zoennchen authored
Add a distance field which is computed by a brute force method i.e. computing the distance to all obstacles taking the minimum value. This is now the new default method to be used.
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "run_vadere_console_with_all_scenario_files.py", marked three additional scenarios as long-running tasks. The three scenarios are: - basic_4_1_wall_gnm1 - thin_wall_and_closer_source_nelder_mead_ok - thin_wall_and_closer_source_pso_could_fail
-
- 03 Sep, 2018 9 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
# Conflicts: # VadereModelTests/TestOSM/scenarios/rimea_09_public_room_2_exits_PSO.scenario
-
Benedikt Kleinmeier authored
In "TestOSM/scenarios/thin_wall_pso_ok.scenario", assigned correct id to "pedestrianWaitingTimeProcessorId" to avoid "NullPointerException".
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
In "run_vadere_console_with_all_scenario_files.py", set timeout of long-running scenarios to 480 seconds and added "TestSFM" to long-running scenarios.
-