Skip to content

Commit 957e82d

Browse files
committed
Add some opendrive comments.
1 parent e0228fb commit 957e82d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

d123/dataset/conversion/map/opendrive/conversion/group_collections.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ def _create_outer_lane_border(
236236
lane: Lane,
237237
coeff_factor: float,
238238
) -> Border:
239+
# NOTE: This function needs to be re-written because of licensing issues.
239240

240241
args = {}
241242
if len(lane_borders) == 1:

d123/dataset/conversion/map/opendrive/elements/reference.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
from d123.dataset.conversion.map.opendrive.elements.geometry import Arc, Geometry, Line, Spiral
1616
from d123.dataset.conversion.map.opendrive.elements.lane import LaneOffset
1717

18+
# NOTE: This file needs to be re-written because of licensing issues.
19+
1820

1921
@dataclass
2022
class PlanView:

0 commit comments

Comments
 (0)