asam-ev / qc-opendrive

Mozilla Public License 2.0
7 stars 1 forks source link

Add rule to check if connecting road is used more than once on junction connection #29

Closed patrickpa closed 3 months ago

patrickpa commented 3 months ago

Description

This PR adds a rule to check if a connecting road is added to more than one junction connection. This rule is only applied to schema version 1.7.0.

Main changes

  1. Add rule implementation
  2. Add test with examples

How was the PR tested?

  1. Unit-test with some sample data.

Notes