Skip to content

Commit

Permalink
feat(planning_launch): use obstacle_cruise_planner (#283)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Jul 11, 2022
1 parent ad8f7f2 commit 1aeec12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def generate_launch_description():
),
DeclareLaunchArgument("use_surround_obstacle_check", default_value="false"),
DeclareLaunchArgument(
"cruise_planner", default_value="obstacle_stop_planner"
"cruise_planner", default_value="obstacle_cruise_planner"
), # select from "obstacle_stop_planner", "obstacle_cruise_planner", "none"
DeclareLaunchArgument("use_intra_process", default_value="false"),
DeclareLaunchArgument("use_multithread", default_value="false"),
Expand Down

0 comments on commit 1aeec12

Please sign in to comment.