Skip to content

7.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 09:17
· 309 commits to master since this release

Description

Abstract

Adapt optional StartTrigger in Act (OSC 1.3).

Background

From OSC 1.3, StartTrigger in Act become optional. And default behavior is If no trigger is defined, the act starts when the Storyboard enters runningState.

Details

I set default value for StartTrigger.
Also I added always_true constant to Trigger. In some case, we need Trigger that should be evaluated to be true. This constant helps implement such case(e.g. #774).

Known Limitations

openscenario_utility does not use OSC 1.3 schema. Without using it, I cannot use optional StartTrigger because validation by it will fail.
In my local environment, I checked this PR works by modifying openscenario_utility.

Related Issues