Skip to content

Add BonnMotion processor

Schuhbaeck, Stefan requested to merge add_bonnmotionProcessor into master

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)

Merge request reports