Skip to content

Commit e96334c

Browse files
authored
style: updating the colors for the parking spaces and lot (#7726)
Signed-off-by: KhalilSelyan <khalil@leodrive.ai>
1 parent 69e8bfa commit e96334c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map/map_loader/src/lanelet2_map_loader/lanelet2_map_visualization_node.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ void Lanelet2MapVisualizationNode::onMapBin(
153153
setColor(&cl_speed_bumps, 0.56, 0.40, 0.27, 0.5);
154154
setColor(&cl_crosswalks, 0.80, 0.80, 0.0, 0.5);
155155
setColor(&cl_obstacle_polygons, 0.4, 0.27, 0.27, 0.5);
156-
setColor(&cl_parking_lots, 0.5, 0.5, 0.0, 0.3);
157-
setColor(&cl_parking_spaces, 1.0, 0.647, 0.0, 0.6);
156+
setColor(&cl_parking_lots, 1.0, 1.0, 1.0, 0.2);
157+
setColor(&cl_parking_spaces, 1.0, 1.0, 1.0, 0.3);
158158
setColor(&cl_lanelet_id, 0.5, 0.5, 0.5, 0.999);
159159
setColor(&cl_no_obstacle_segmentation_area, 0.37, 0.37, 0.27, 0.5);
160160
setColor(&cl_no_obstacle_segmentation_area_for_run_out, 0.37, 0.7, 0.27, 0.5);

0 commit comments

Comments
 (0)