Skip to content

[PSYCHOLOGY] seperate locomotion behavior from strategic behavior (wait, route choice)

Mayr, Christina Maria requested to merge psychology_model_split into master

The locomotion behavior was dependent on the self categories. This had two disadvantages:

  1. duplicate code (for each update scheme the same code base was copied)
  2. strategic decisions (route choice) were directly coupled with the locomotion

If think we should separate the strategic decision from the locomotion behavior. This has also the advantage that the flowcontrol simulator can change the strategy at the beginning and the end of the simulation step. If we cannot change the strategy at the end of the simulation, the crowd management instructions are delayed (0.4s). This is inconsistent, because if the targets are set directly, there is no delay.

Merge request reports