Skip to content

Commit

Permalink
feat(autoware_launch): use obstacle_cruise_planner (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#322)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored Jul 12, 2023
1 parent b6081fc commit 3425a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- behavior -->
<arg name="use_experimental_lane_change_function" default="false"/>
<!-- motion -->
<arg name="cruise_planner_type" default="obstacle_stop_planner" description="options: obstacle_stop_planner, obstacle_cruise_planner, none"/>
<arg name="cruise_planner_type" default="obstacle_cruise_planner" description="options: obstacle_stop_planner, obstacle_cruise_planner, none"/>
<arg name="use_surround_obstacle_check" default="true"/>
<arg name="smoother_type" default="JerkFiltered" description="options: JerkFiltered, L2, Analytical, Linf(Unstable)"/>

Expand Down

0 comments on commit 3425a72

Please sign in to comment.