7.0.1
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
.