Skip to content

ParseControllerAction does not interpret OverrideControllerValueAction or ActivateControllerAction

According to the openSCENARIO specification of a ControllerAction, the engine need to distinguish between one of the three following actions:

  • AssignControllerAction
  • OverrideControllerValueAction
  • ActivateControllerAction

Right using any other action than AssignControllerAction leads to a segmentation fault, as the wrong action is being parsed.

Edited by René Paris