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 6
    • Merge requests 6
  • 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
  • !142

Merged
Created Aug 27, 2020 by Christina Maria Mayr@christina-maria-mayrMaintainer

Write data computed in strategy layer with data processor

  • Overview 8
  • Commits 7
  • Pipelines 3
  • Changes 9

The strategy layer is able to change the locomotion behavior during the simulation e.g. by setting new targets.

These changes can not be observed with data processors directly.

To capture such changes, the data processor StrategyDataProcessor can be used.

The StrategyDataProcessor receives changes from the strategy model directly.

For that purpose, the IStrategyModel was added to the simulation state which is read by the StrategyDataProcessor.

Edited Aug 28, 2020 by Christina Maria Mayr
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: define_strategy