- 22 Aug, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 05 Aug, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 29 Jul, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 12 Jul, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 09 Jul, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
- 13 Jun, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 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)
-
- 29 Apr, 2019 1 commit
-
-
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>
-
- 02 Apr, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 26 Mar, 2019 1 commit
-
-
Stefan Schuhbaeck authored
-
- 19 Mar, 2019 1 commit
-
-
Marion Goedel authored
-
- 15 Mar, 2019 1 commit
-
-
adrianhollow authored
-
- 25 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 13 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 12 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Watch out: Agents run into obstacles at the moment (and I do not know why). Also add two scenario files for testing purposes: - VadereModelTests/TestOSM/scenarios/01_bang_test.scenario - VadereModelTests/TestOSM/scenarios/02_bang_test_with_obstacle.scenario
-
- 22 Jan, 2019 1 commit
-
-
Daniel Lehmberg authored
-
- 18 Jan, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
- 10 Jan, 2019 2 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
ids in rimea_04***h.scenario
-
- 20 Dec, 2018 1 commit
-
-
Stefan Schuhbaeck authored
* add new fields to AttributeOSM * correct typo in PedestrianDensityGaussianProcessor
-
- 06 Dec, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 03 Dec, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 27 Nov, 2018 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 21 Nov, 2018 1 commit
-
-
Marion Goedel authored
-
- 08 Nov, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 25 Oct, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 10 Oct, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 28 Sep, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 26 Sep, 2018 1 commit
-
-
Marion Goedel authored
-
- 19 Sep, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 07 Sep, 2018 1 commit
-
-
Marion Goedel authored
- added PedestrianOverlapProcessor, MAxOverlapProcessor and NumberOverlapProcessor to all scenarios - increased size of sources in cases where overlaps occurred in the source
-
- 06 Sep, 2018 1 commit
-
-
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.
-
- 03 Sep, 2018 3 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
In "TestOSM/scenarios/thin_wall_pso_ok.scenario", assigned correct id to "pedestrianWaitingTimeProcessorId" to avoid "NullPointerException".
-