Skip to content

Commit

Permalink
fix(map_loader): show traffic light regulatory element id per lanelet… (
Browse files Browse the repository at this point in the history
#1244)

fix(map_loader): show traffic light regulatory element id per lanelet (autowarefoundation#6028)

* fix(map_loader): show traffic light regulatory element id per lanelet



* feat(map_loader): show traffic light id



---------

Signed-off-by: satoshi-ota <[email protected]>
Co-authored-by: Satoshi OTA <[email protected]>
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
3 people authored Apr 10, 2024
1 parent 6fc1f54 commit 10b90bd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ void Lanelet2MapVisualizationNode::onMapBin(
insertMarkerArray(
&map_marker_array,
lanelet::visualization::autowareTrafficLightsAsMarkerArray(aw_tl_reg_elems, cl_trafficlights));
insertMarkerArray(
&map_marker_array, lanelet::visualization::generateTrafficLightRegulatoryElementIdMaker(
road_lanelets, cl_trafficlights));
insertMarkerArray(
&map_marker_array, lanelet::visualization::generateTrafficLightRegulatoryElementIdMaker(
crosswalk_lanelets, cl_trafficlights));
insertMarkerArray(
&map_marker_array,
lanelet::visualization::generateTrafficLightIdMaker(aw_tl_reg_elems, cl_trafficlights));
Expand Down

0 comments on commit 10b90bd

Please sign in to comment.