asam-ev / qc-opendrive

Mozilla Public License 2.0
7 stars 1 forks source link

Implementation of road lane access mix of deny or allow #12

Closed patrickpa closed 4 months ago

patrickpa commented 4 months ago

Description

This PR implements the first check of the new version of the qc-opendrive checker. The rule implemented here is the road.lane.access.no_mix_of_deny_or_allow.

It also adds some setup files such as the requirements and the README.

Main changes

  1. Add base implementation for rule 144
  2. Add initial requirements.txt
  3. Add complete set of tests with examples
  4. Add README with initial information

How was the PR tested?

  1. Added tests using as example the files provided in the rule related issue. Everything is working as expected for those test cases.

Notes