- 13 Jan, 2020 1 commit
-
-
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 method to client to access sendFileFromPath via the Py4j wrapper [TraCI] Add processors to scenario [TraCI] Added scenarios for ReinforcementLearning [TraCI] Allow multiple py4j clients to interact with vadere via traci, each client having its own manager [TraCI] Annotated some methods of polygonapi [TraCI] Automated start of manager and entrypoint in Py4jClient just for developement. [TraCI] Extending personapi on python side [TraCI] Find explanation for redundant command identifier byte in getVersion [TraCI] Fix bug in createTargetChanger builder [TraCI] Fix bug in poly.getIDList [TraCI] Fix getVersion bug [TraCI] Fix tests [TraCI] Implement more tests [TraCI] Implement pers.getMaximumSpeed [TraCI] Implement pers.getVelocity [TraCI] Implement poly.getTopographyBounds # Conflicts: # Tools/PythonTraCIWrapper/pythontraciwrapper/_personapi_wrapper.py [TraCI] Implement some tests for setters, extend tests for getters by one check [TraCI] Implemented createWaitingArea for traci, Example command from TestClient sim.createWaitingArea 6 0.0 3.0 1 0.5 10.0 6.0 3.0 8.0 3.0 8.0 0.5 6.0 0.5 [TraCI] Implemented getSimTime for python wrapper [TraCI] Implemented getter and setter for nextTargetListIndex to make a workaround Issue #285 of possible [TraCI] Implemented getter for hasNextTarget [TraCI] Implemented poly.getCentroid, implemented poly.getDistance with a workaround [TraCI] Implemented py4j-wrapper for getter and setter of nextTargetListIndex [TraCI] Implemented setStimulusInfo, removed add/remove WaitingArea [TraCI] Implemented some methods of traci polygonapi [TraCI] Implemented some tests [TraCI] Integrated VadereAPI [TraCI] Kill entrypoint process when python program terminates with atexit [TraCI] Made py4j_client take either the parsed args or the raw args from the command line from the instantiator. [TraCI] Make createTargetChanger take json [TraCI] Make sendFile more flexible [TraCI] Make sendFileFromPath public to make API more flexible [TraCI] Make test for process_getCacheHash platform independent [TraCI] Move argParsing to py4j_client in the pythontraciwrapper package. [TraCI] Parameterised port of TraCIEntryPoint [TraCI] Refactor tests, implement new tests [TraCI] Refactored poly.getDistance [TraCI] Refactoring [TraCI] Refactoring & fixing a bug in client-side of removeTargetChanger and removeWaitingArea [TraCI] Refactoring VadereApi [TraCI] Removed hard-coded path and port number, inserted a check into test of process_getCacheHash [TraCI] Removed hard-coded paths from TraCIEntryPoint [TraCI] Resolving some problems in the python interface [TraCI] Test process_getCacheHash [TraCI] WIP reimplementing Polygon Api [TraCI] Workaround for ctr.getVersion bug [TraCI] Working on traci controll commands for python client [TraCI] add generic Json compound object [TraCI] create and add TargetChangerController process_addTargetChanger [TraCI] wrote test for getAllStimulusInfos [ReinforcementLearning] Adding scenarios with small crowd [ReinforcementLearning] Increase number of targets. [ReinforcementLearning]Add scenario as demo and test case for
-
- 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 9 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.
-
Stefan Schuhbaeck authored
fix #280 nullpointer in gui while simulation setup Closes #280 See merge request !93
-
Stefan Schuhbaeck authored
The problem occurred because the OnlineVisualization model is setup during gui startup but was only valid after the first call to OnlineVisualization#postUpdate where the DrawData object is created. Only then was the OnlineVisualization valid and capable of answering all callbacks. This commit will fix the problem but does not fix the design the problem. The OnlineVisualization is still created at gui startup but all callbacks to the model are removed util the OnlineVisualization model is fully initialized.
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Migrated all scenario files to version 1.7 (except roVer scenarios because an exception was thrown there)
-
Benedikt Kleinmeier authored
Moved psychology-related attributes to own JSON node "attributesPsychology" and display these attributes in an own tab in GUI Implemented "TargetVersionV1_7" to reflect this change in the JSON file. - Renamed "AttributesPsychology" to "AttributesPsychologyLayer". - The new class "AttributesPsychology" is now the wrapper to hold all psychology-related parameters. The existing psychology parameters from "AttributesSimulation" moved to this class.
-
- 26 Nov, 2019 3 commits
-
-
Marion Goedel authored
Changed error level for groups in scenario checker to Error (instead of Warning) since it leads to unwanted behavior / ignoring of parameters.
-
Marion Goedel authored
-
Marion Goedel authored
-
- 25 Nov, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
- 21 Nov, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 20 Nov, 2019 8 commits
-
-
Benedikt Kleinmeier authored
Bugfix in "ProjectView": Simulation summary dialog was show even if corresponding checkbox was deactivated This bug arose because 1. "VadereConfig" did not contain the key "Project.simulationResult.show". 2. But, "ProjectView" (GUI) and "ProjectViewModel" (the underlying model) retrieved "Project.simulationResult.show" from config (which was not present) but both classes used different default values.
-
Benedikt Kleinmeier authored
In "AdjustPanel" of PostVis: The "time" spinner uses the time resolution of the "time resolution" spinner now Also renamed the (slightly) bulky term "simTimeStepLength" to simple "timeResolution". This affects mostly these files: - VadereGui/.../messages.properties - VadereGui/.../PostvisualizationConfig.java - VadereGui/.../PostvisualizationModel.java - VadereUtils/.../VadereConfig.java Here, I renamed the key "PostVis.visTimeStepLength" to "PostVis.timeResolution" and use our default simulation step length (of 0.4 seconds) as default value instead of 0.1 seconds.
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-