PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
41 stars 28 forks source link

Global_Shortest router: Pedestrian not finding its way! [Hochhaus] #240

Closed chraibi closed 5 years ago

chraibi commented 5 years ago

In Gitlab by @chraibi on Nov 24, 2016, 12:33 [origin]

router

Files used to reproduce this behavior are here issue_global_shortest.zip

chraibi commented 5 years ago

In Gitlab by @chraibi on Feb 1, 2017, 13:19

changed title from Global_Shortest router: Pedestrian not finding its way! to Global_Shortest router: Pedestrian not finding its way!{+ [Hochhaus]+}

chraibi commented 5 years ago

In Gitlab by @chraibi on Feb 2, 2017, 13:54

updated link.

chraibi commented 5 years ago

In Gitlab by @ArneGraf on Feb 8, 2017, 11:05

We found situations of pedestrians being stuck. The reason is not found in the router. It works fine. To make the routing situation better readable and better for the programm (Distance among hlines increased.), we deleted some hlines in the stair-case. We attached our new Routing File.

The reason for pedestrians being stuck was very large wall forces. Below you find sample values:
repPed: ...( -0.22 / -0.77)
repWall: ..( 1.06 / 3.96)
e0: ......... ( -0.68 / 0.00)
direction:( -0.16 / 3.2 )
In a case, where the pedestrian should walk to the left ( -1 / 0 )

Solution: We changed parameter repWall: a: from 5 to 1


<force_wall a="1" D="0.02"/>```

 [HH_routing2.xml](https://gitlab.version.fz-juelich.de/JuPedSim/jpscore/uploads/6447d5b1f9d0d348ad1194c19cbbb2d1/HH_routing2.xml)
[HH_ini.xml](/uploads/d239376eb7e0bea9dc5c73c57c2701da/HH_ini.xml)
chraibi commented 5 years ago

In Gitlab by @ArneGraf on Feb 8, 2017, 11:36

We are running a test with all groups enabled. If it succeeds, we close this issue and make a comment in our wiki.

chraibi commented 5 years ago

In Gitlab by @chraibi on Aug 31, 2017, 17:25

What is the result of this test?

chraibi commented 5 years ago

In Gitlab by @ArneGraf on Sep 1, 2017, 15:39

I remember it to have worked. Current dev-branch (49873bc1) does not work.

chraibi commented 5 years ago

In Gitlab by @ArneGraf on Sep 1, 2017, 16:39

It works with: global_router exit_strat 3

chraibi commented 5 years ago

In Gitlab by @ArneGraf on Sep 1, 2017, 17:08

floorfield router will not work with this HH_geo.xml, because there are rooms with walls and doors, that share the same projection onto the x-y plane.

chraibi commented 5 years ago

In Gitlab by @chraibi on Jun 13, 2018, 16:41

removed milestone