Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
JPScore
JPScore
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 92
    • Issues 92
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • JuPedSim
  • JPScoreJPScore
  • Issues
  • #279

Closed
Open
Opened Aug 28, 2018 by benjamin moehring@moehring1Maintainer

wall makes goal unreachable

Summary

I produced a basic example of two almost similar geometries with subrooms on two levels. The only difference is that in geometry A, a wall is placed between an exit transition and the goal on a different level of the building. In geometry B this wall was moved elsewhere.

It seems that because of this wall pedestrians can't reach their goal in geometry A, where as they do find a route in geometry B.

Steps to reproduce

Run or visualize the provided examples.

Expected behavior

Pedestrian leaves the building in both geometries.

Actual behavior

pedestrian leaves the building in geometry B.

pedestrian doesn't find a route in geometry A.

ERROR: ffRouter: unknown/unreachable goalID: 2 in FindExit(Ped)

ERROR: VelocityModel::Init() cannot initialise route. ped 1 is deleted in Room 1 4.

Inifile + Geometry + logs file to reproduce bug

Example A (not working):

jps_traj.xml

jps_log.txt

jps_ini.xml

jps_geo.xml

Example B (working)

jps_log.txt

jps_traj.xml

jps_ini.xml

jps_geo.xml

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: jupedsim/jpscore#279