- 17 Jul, 2019 2 commits
-
-
Mohcine Chraibi authored
* Add files via upload * Add files via upload * WIP: Interface of trains * Parsing train tables and types - Parsing these information in two separate files - Format in #300 * Adding train information to building * Fix bug in parsing train doors * New direction strategy 12 trains * new train direction strategy * open/close doors according to train time table * correct distance calculation for train doors * adapt xml format of train_types * Change structure of Train_Type with length * Add platform data structure - timetable has platform_id * bug in parsing wall's type * Flag existance of train constraints * Data structure ready for train arrivals * Hack to keep agents without goal in the simu * Avoid SegFault in Router * platforms have pointer to subroom (not id) * Reset changes to geometry * Debugging: SegFault after adding Trans * Refactoring simulation and init router still does not work!! * First Working train schedule - Works only for model=3 + ff_quickest + strategy 8 - Later will be extended to other models * write train files in trajectory txt * set type of newy added trans (track) * Remove trans also from Building * Regulate flow through trains * Implement second case to handle curved geometries * Fix bug while erasing from vectors * timestamp vtk-files * Last part of correct train geometry * Silence some warnings from router * Transform coordinates of doors relatively to track * disable some warnings * bug in train doors (wrong id incrementation) * Changed to ReInit router geometries may change during simulation * Fix problem of intersection of doors Sometimes train's doors are exactly on the edges of walls. This commit fixes this problem. * path issues with trajectories this commit solves issues addressed in: - #324 - #326 * flow name for case rate * adapt test to new flow file * write out all files with abs path - Changes to ProjectRootDir: probable side effects. --> needs testing * Fix a compile problem * inifile can be original structure now * np.linspace is used in master_ini file * refactoring parse header and fixing CI * remove unnecessary files
-
Mohcine Chraibi authored
Fix clang 8 build
-
- 12 Jul, 2019 1 commit
-
-
Ozaq authored
Building::AddTrainType was calling void OutputHandler::Write(const char* message,...) with a non-trivial type std::string. See clang doc for this diagnstic: https://releases.llvm.org/8.0.0/tools/clang/docs/DiagnosticsReference.html#wnon-pod-varargs
-
- 19 Jun, 2019 2 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
- 17 Jun, 2019 2 commits
-
-
Mohcine Chraibi authored
Interface of trains Closes #300 See merge request !49
-
Mohcine Chraibi authored
- Parsing these information in two separate files - Format in #300
-
- 20 May, 2019 6 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
these are tests for checking newly added features like outflow from doors or waiting areas. For now we have 1 test: outflow from doors: produces a figure.
-
Mohcine Chraibi authored
-
- 11 May, 2019 3 commits
-
-
tobias schroedter authored
-
tobias schroedter authored
-
tobias schroedter authored
-
- 10 May, 2019 3 commits
-
-
-
Mohcine Chraibi authored
- .dat -> .txt - Name is independent of trajectory file, since we may have several trajectories a 10 MB - fixes #316
-
qiancheng xu authored
-
- 15 Apr, 2019 1 commit
-
-
Mohcine Chraibi authored
Note: if a file is not given in the inifile, it will not show up in the trajectory file.
-
- 13 Apr, 2019 1 commit
-
-
Mohcine Chraibi authored
otherwise files can not open if jpscore is not called from within the same directory as the inifile
-
- 12 Apr, 2019 6 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
- Now we are working on 0.8.5
-
tobias schroedter authored
-
tobias schroedter authored
-
-
- 10 Apr, 2019 1 commit
-
-
- 09 Apr, 2019 2 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
- 06 Apr, 2019 1 commit
-
-
Mohcine Chraibi authored
-
- 01 Apr, 2019 1 commit
-
-
Mohcine Chraibi authored
-
- 30 Mar, 2019 5 commits
-
-
tobias schroedter authored
-
tobias schroedter authored
-
-
tobias schroedter authored
-
tobias schroedter authored
-
- 27 Mar, 2019 2 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
.. in the inifile.
-
- 22 Mar, 2019 1 commit
-
-
tobias schroedter authored
Resolve "New type for doors" Closes #309 and #307 See merge request !48
-