Fix missing @property

This commit is contained in:
Daniel 2024-07-24 14:19:42 +02:00 committed by Blyron
parent 8df99c0414
commit 19b892f76b
1 changed files with 1 additions and 0 deletions

View File

@ -1806,6 +1806,7 @@ class LaneInvasionEvent(SensorData):
def actor() -> Actor: def actor() -> Actor:
"""Gets the actor the sensor is attached to, the one that invaded another lane.""" """Gets the actor the sensor is attached to, the one that invaded another lane."""
@property
def crossed_lane_markings() -> list[LaneMarking]: def crossed_lane_markings() -> list[LaneMarking]:
"""List of lane markings that have been crossed and detected by the sensor.""" """List of lane markings that have been crossed and detected by the sensor."""
# endregion # endregion