- 22 May, 2019 3 commits
-
-
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)
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
# Conflicts: # VadereSimulator/src/org/vadere/simulator/projects/io/TrajectoryReader.java
-
- 21 May, 2019 11 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
Resolve "Include to every header name the processor id" Closes #246 See merge request !67
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
Merge branch '246-include-to-every-header-name-the-processor-id' of gitlab.lrz.de:vadere/vadere into 246-include-to-every-header-name-the-processor-id
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Renamed "JsonTransformV8ToV9" to "JsonTransformV9ToV010" to avoid naming conflict when merging with master.
-
Benedikt Kleinmeier authored
In "run_vadere_console_with_all_scenario_files.py", store log files in subdirs (e.g., "TestGNM", "TestOSM" etc.). Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py: - Argument parser uses a **positional**, but optional, argument to run a single scenario file instead of an **optional** argument provided with `--scenario <name>`. Tools/collect_line_and_branch_coverage.py: - Deleted this duplicated file.
-
- 20 May, 2019 5 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
# Conflicts: # VadereState/src/org/vadere/state/simulation/VTrajectory.java
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "VTrajectory", method "duration()" returns an "Optional<Double>" instead of "double" (required if trajectory is empty).
-
Benedikt Zoennchen 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 2 commits
-
-
-
Benedikt Zoennchen authored
-
- 15 May, 2019 4 commits
-
-
Benedikt Zoennchen authored
Dev/bhm See merge request !63
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
getOrthocenter without slope determination See merge request !49
-
Daniel Lehmberg authored
-
- 14 May, 2019 11 commits
-
-
Daniel Lehmberg authored
Resolve "AreaDensityCountingProcessor" Closes #177 See merge request !62
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
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.
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
Added "VadereModelTests/TestSalientBehavior/scenarios/09-OriginalExperimentSetup-OSMEventDriven.scenario".
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "PedestrianSpeedInAreaProcessor", replaced "PedestrianVelocityProcessor" by "PedestrianTrajectoryProcessor" to calculate speed.
-
Daniel Lehmberg authored
-
- 10 May, 2019 3 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "PedestrianSpeedInAreaProcessor", use "PedestrianVelocityProcessor" instead of "pedestrian.getVelocity()".
-
Daniel Lehmberg authored
Resolve "CI: Change order of stages" Closes #235 See merge request !61
-