Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • V vadere
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

We have upgraded GitLab to 15.1. Due to major code changes GitLab was down for some time.

  • vadere
  • vadere
  • Issues
  • #87
Closed
Open
Created Jun 29, 2018 by Marion Goedel@mar1onMaintainer

Problem with upwardDirection x = -1.0 and people walking from right to left or y = -1.0 and downwards movement

If stairs are added with property upwardDirection: x = -1.0 and pedestrians are walking from right to left or y = -1.0 and peds moving downwards in the scenario, they will get stuck in the stairs. For pedestrians walking from left to right or upwards, no problem could be observed for both x or y \in {-1,0, 1.0} and x or y \in {-1.0, -1.0 }

Workaround: Use x=1.0. At the moment, there is no difference in the model for upwards / downwards stairs.

Left to right (x = -1.0)

left_to_right_-1

Left to right (x = +1.0)

left_to_right_+1

Buggy: Right to left (x = -1.0)

right_to_left_-1_problem

Right to left (x = +1.0)

right_to_left_-1

Downwards (y = +1.0)

down_+1

Buggy: Downwards (y = -1.0)

down_-1

Upwards (y = -1.0)

up_-1

Upwards (y = +1.0)

up_+1

Edited Jun 29, 2018 by Marion Goedel
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking