Skip to content

Commit

Permalink
style: updating the colors for the parking spaces and lot (#7726)
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan authored Jun 27, 2024
1 parent 69e8bfa commit e96334c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ void Lanelet2MapVisualizationNode::onMapBin(
setColor(&cl_speed_bumps, 0.56, 0.40, 0.27, 0.5);
setColor(&cl_crosswalks, 0.80, 0.80, 0.0, 0.5);
setColor(&cl_obstacle_polygons, 0.4, 0.27, 0.27, 0.5);
setColor(&cl_parking_lots, 0.5, 0.5, 0.0, 0.3);
setColor(&cl_parking_spaces, 1.0, 0.647, 0.0, 0.6);
setColor(&cl_parking_lots, 1.0, 1.0, 1.0, 0.2);
setColor(&cl_parking_spaces, 1.0, 1.0, 1.0, 0.3);
setColor(&cl_lanelet_id, 0.5, 0.5, 0.5, 0.999);
setColor(&cl_no_obstacle_segmentation_area, 0.37, 0.37, 0.27, 0.5);
setColor(&cl_no_obstacle_segmentation_area_for_run_out, 0.37, 0.7, 0.27, 0.5);
Expand Down

0 comments on commit e96334c

Please sign in to comment.