Skip to content

Create defaults for encounter_settings classification and relativeSpeed params #80

Description

@StephanieKemna

The values we specify in the encounter_settings.json are fairly static, yet there are no defaults in the STG repo currently.
We could make some of these values defaults, e.g. these:

        "classification": {
            "theta13Criteria": 67.5,
            "theta14Criteria": 5.0,
            "theta15Criteria": 5.0,
            "theta15": [112.5, 247.5],
        },
        "relativeSpeed": {
            "overtakingStandOn": [1.5, 2],
            "overtakingGiveWay": [0.25, 0.75],
            "headOn": [0.5, 1.5],
            "crossingGiveWay": [0.5, 1.5],
            "crossingStandOn": [0.5, 1.5],
        },

so that they are not required to pass in, but optional (if anyone wants to change them).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsuggestionSuggestion for improvements or new features

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions