tum-gis / rtron

r:trån is a road space model transformer library for OpenDRIVE, CityGML and beyond
https://rtron.io
Apache License 2.0
47 stars 12 forks source link

Traffic Sign CityObjectRelations to all affected TrafficSpaces #40

Open CodeMazeSolver opened 6 months ago

CodeMazeSolver commented 6 months ago

Current State

At the moment, traffic sign CityFurniture elements are connected to the nearest TrafficSpace. However, depending on the chosen size and number of the modelled TrafficSpaces, the rules of a single traffic sign might apply to more than the nearest TrafficSpace.

Future State

Each TrafficSpace affected by the rules of a traffic sign should be connected to this CityFurniture element to allow the retrieval of the semantic information. Thus, different regulations for neighbouring lanes can be realized, and semantic information is also available in consecutive TrafficSpaces.

Requested Changes

Check which TrafficSpaces are affected by the presence of a traffic sign, e.g., a speed limit is valid until another sign changes the value. Add a link to this traffic sign (CityFurniture object) for all affected TrafficSpaces.