Skip to content

Commit

Permalink
chore(mission_planner): fix route marker (autowarefoundation#4032)
Browse files Browse the repository at this point in the history
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
  • Loading branch information
TakaHoribe authored Jun 22, 2023
1 parent d87cd13 commit a9cb76c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ PlannerPlugin::MarkerArray DefaultPlanner::visualize(const LaneletRoute & route)
std_msgs::msg::ColorRGBA cl_end;
std_msgs::msg::ColorRGBA cl_normal;
std_msgs::msg::ColorRGBA cl_goal;
set_color(&cl_route, 0.2, 0.4, 0.2, 0.05);
set_color(&cl_route, 0.8, 0.99, 0.8, 0.15);
set_color(&cl_goal, 0.2, 0.4, 0.4, 0.05);
set_color(&cl_end, 0.2, 0.2, 0.4, 0.05);
set_color(&cl_normal, 0.2, 0.4, 0.2, 0.05);
Expand Down

0 comments on commit a9cb76c

Please sign in to comment.