- 04 Mar, 2017 1 commit
-
-
Mohcine Chraibi authored
Some expertimens are in cm
-
- 03 Mar, 2017 1 commit
-
-
Mohcine Chraibi authored
initialize pedestrians from file. See changelog for options and restrictions
-
- 04 Jul, 2016 1 commit
-
-
Mohcine Chraibi authored
-
- 03 May, 2016 1 commit
-
-
GrgrLmml authored
ini.xml is now parsed into a global configuration bugfix in Line.cpp (collinear but disjunct lines are no longer classified as intersecting) GRPC / jupedsim as a service -- ready (currently deactivated in CMakeLists.txt and Macros.h) reformated Code according to stroustrup with 5 spaces indent
-
- 02 Mar, 2016 1 commit
-
-
b.schroeder authored
-
- 29 Feb, 2016 1 commit
-
-
b.schroeder authored
-
- 17 Jun, 2015 1 commit
-
-
Ulrich Kemloh authored
-
- 16 Apr, 2015 1 commit
-
-
Ulrich Kemloh authored
-
- 15 Apr, 2015 1 commit
-
-
Ulrich Kemloh authored
frequency in a specific location
-
- 14 Apr, 2015 2 commits
-
-
Ulrich Kemloh authored
-
Ulrich Kemloh authored
Sample: risk_tolerance_mean="0.8" risk_tolerance_sigma="0.01" The value is truncated to the interval [0 1] if not in that interval. Pedestrians with large value are likely to take more 'risk'
-
- 03 Feb, 2015 1 commit
-
-
Ulrich Kemloh authored
-
- 09 Jan, 2015 1 commit
-
-
Ulrich Kemloh authored
-
- 30 Dec, 2014 2 commits
-
-
Mohcine Chraibi authored
-
Mohcine Chraibi authored
-
- 09 Dec, 2014 1 commit
-
-
Ulrich Kemloh authored
Options are: <v0_upstairs mu="0.7" sigma="0.001" /> <v0_downstairs mu="0.7" sigma="0.001" /> in the operational model section.
-
- 27 Nov, 2014 1 commit
-
-
Ulrich Kemloh authored
-
- 24 Nov, 2014 1 commit
-
-
Ulrich Kemloh authored
Initialize in the pedetrian group with the options pre_movement_mean="15" pre_movement_sigma="0.6"
-
- 20 Nov, 2014 2 commits
-
-
Oliver Schmidts authored
-
Oliver Schmidts authored
changed Simulation() to Simulation(ArgsParser&) and PedDistributor() to PedDistributor(ArgsParser&). Made static methode static for the compiler in PedDistributor
-
- 24 Oct, 2014 1 commit
-
-
Ulrich Kemloh authored
Pedestrians are now stored in a single vector.
-
- 04 Jul, 2014 2 commits
-
-
Weichen authored
-
Ulrich Kemloh authored
Note that the file format changes again. The operational model section now contains the differnet agents attributes.
-
- 23 Jun, 2014 1 commit
-
-
Ulrich Kemloh authored
-
- 22 Jun, 2014 1 commit
-
-
Ulrich Kemloh authored
[x_min,x_max,y_min,y_max] are now allowed for distributing the pedestrians.
-
- 01 May, 2014 1 commit
-
-
Mohcine Chraibi authored
Stroustrup style formatting/indenting is used. Adapt your editor to use this style. For eclipse there is a plugin for astyle http://sourceforge.net/projects/astyleclipse/ See also http://astyle.sourceforge.net/astyle.html
-
- 29 Apr, 2014 1 commit
-
-
Mohcine Chraibi authored
The goal of this commit is always to make diffs unambiguous by 2. Untabifying all files 1. Indent all files by using 4 spaces Please adapt you editor so that it uses NO tabs and only 4 spaces for indenting
-
- 16 Jan, 2014 1 commit
-
-
Ulrich Kemloh authored
No commit message
-
- 14 Sep, 2013 1 commit
-
-
Ulrich Kemloh authored
Only two files are required for a simulation: the project file and the geometry file. All necessary information (models, agents, routing) ar now included in the project file. See ini.xml (or ini.jups) for the new specification.
-
- 06 Feb, 2013 1 commit
-
-
Ulrich Kemloh authored
-
- 14 Jan, 2013 1 commit
-
-
Ulrich Kemloh authored
Code refactoring Changes to the input format some todos/fixme fixed !
-
- 21 Aug, 2012 1 commit
-
-
Ulrich Kemloh authored
Pedestrians are not distributed in closed obstacles unnecessary fonctions (tailored to hermes) removed
-
- 08 Aug, 2012 2 commits
-
-
Ulrich Kemloh authored
<distribution> <dist room_caption="hall" subroom_id="0" number="7"/> <dist room_caption="hall" subroom_id="1" number="5"/> <dist room_caption="hall" number="3"/> </distribution> Assignement of individual destination now supported: <person id="1" height="180" wishVelo="1.3" age="18" gender="male" goal="1"/>
-
Ulrich Kemloh authored
-
- 07 Aug, 2012 1 commit
-
-
Ulrich Kemloh authored
MPI stuff removed (will be merged to the full parallel version later) running ./simple_run.sh should produce a trajectories file to be used with TraVisTo.
-
- 31 Jul, 2012 1 commit
-
-
Ulrich Kemloh authored
new class "obstacle" added.
-
- 30 Jul, 2012 1 commit
-
-
Ulrich Kemloh authored
distributing the personsin the rooms/subrooms is not unified sofar.
-
- 09 Jul, 2012 1 commit
-
-
Ulrich Kemloh authored
-