- 21 Feb, 2020 3 commits
-
-
VAN TOLL Wouter authored
New XML file structure See merge request !93
-
VAN TOLL Wouter authored
- Simulation = { World, Policies, [Agents] }, World = { [Obstacles] }. - CrowdSimulator: Changed XML loading. - Changed all example files. - Adding some missing example files.
-
VAN TOLL Wouter authored
Merge obstacles into dev_whatever See merge request !92
-
- 20 Feb, 2020 9 commits
-
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
- Implemented obstacle avoidance force. - Renamed parameters to match the Helbing/Molnar paper, and explained them a bit better in the documentation.
-
VAN TOLL Wouter authored
- Added the method ComputeObstacleInteractionForce() to the two subclasses, PowerLaw and SocialForcesAvoidance. Currently, these methods return the zero vector.
-
VAN TOLL Wouter authored
Updated Doxygen comments for cost functions. Also added a warning whenever a cost function does not yet support obstacles.
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
TtcaDca::GetGradient(): Fixed a bug, which suggests that the math of the "Dutra gradient" is really incorrect. Now using the approximation instead.
-
VAN TOLL Wouter authored
Started improving ForceBasedFunction so that it translates better to the... See merge request !91
-
VAN TOLL Wouter authored
Started improving ForceBasedFunction so that it translates better to the velocity domain. GetGradient(currentvelocity) still returns the same vector as before, but the costs and gradients are now more meaningful for *other* velocities.
-
VAN TOLL Wouter authored
- Regular sampling can now use the base velocity as a sample as well. (This setting is switched off by default.) - Updated the Karamouzas policy to use this new setting.
-
- 19 Feb, 2020 10 commits
-
-
VAN TOLL Wouter authored
Resolve "Find legal way to use PowerLaw" See merge request !90
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
- Replaced examples by the ones used more recently for UMANS.
-
VAN TOLL Wouter authored
This should be a better (yet still simple) approximation of the gradient.
-
VAN TOLL Wouter authored
-
- 18 Feb, 2020 5 commits
-
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
Resolve "Add ORCA, with correct licensing" See merge request !89
-
VAN TOLL Wouter authored
- Changed the ORCA solver and cost function accordingly.
-
VAN TOLL Wouter authored
- Implemented ORCA::GetCost() using those cached results. - Added ORCA folder to CMakeLists.txt.
-
VAN TOLL Wouter authored
-
- 17 Feb, 2020 9 commits
-
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
- 14 Feb, 2020 2 commits
-
-
VAN TOLL Wouter authored
-
VAN TOLL Wouter authored
-
- 13 Feb, 2020 2 commits
-
-
Fabien Grzeskowiak authored
-
VAN TOLL Wouter authored
- CostFunction: Bugfix in time-to-collision with line segments.
-