Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 775c6bc

Browse files
author
Ahmed Ebrahim
committed
fix(log-messages): fix mistake in python file while changing from getAllPedestrianMarkings to getAllPedestrianPolygonMarkings and getAllPedestrianLineMarkings
Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
1 parent e9b18cb commit 775c6bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tmp/lanelet2_extension_python/example/example.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ def test_utility_query(lanelet_map, routing_graph):
134134
print(f"""{len(query.getAllPartitions(lanelet_map))=}""")
135135
print(f"""{len(query.getAllParkingSpaces(lanelet_map))=}""")
136136
print(f"""{len(query.getAllFences(lanelet_map))=}""")
137-
print(f"""{len(query.getall(lanelet_map))=}""")
137+
print(f"""{len(query.getAllPedestrianPolygonMarkings(lanelet_map))=}""")
138+
print(f"""{len(query.getAllPedestrianLineMarkings(lanelet_map))=}""")
138139
print(f"""{len(query.stopLinesLanelets(lanelets))=}""")
139140
print(f"""{len(query.stopLinesLanelet(lanelet108))=}""")
140141
print(f"""{len(query.stopSignStopLines(lanelets))=}""")

0 commit comments

Comments
 (0)