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 119
    • Issues 119
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 9
    • Merge requests 9
  • 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
  • vadere
  • vadere
  • Merge requests
  • !59

Add BonnMotion processor

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stefan Schuhbaeck requested to merge add_bonnmotionProcessor into master May 08, 2019
  • Overview 0
  • Commits 3
  • Pipelines 1
  • Changes 32

Add DataProcessor to create trace files based on the BonnMotion 1 mobility scenario generation and analysis tool. Used is the processor mainly to import vadere trace data into omnet++2

File Layout:

  • No Header
  • No Key Column
  • Each line represents the trace of one pedestrian with concatenated 3-tuples

(t, x, y) where ...

  • t is the real simulation time in sec. (double)
  • x the x coordinate at time t. (double)
  • y the y coordiante at time t. (double)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add_bonnmotionProcessor