Skip to content

Commit

Permalink
refactor(behavior_path_planner): remove use_experimental_lane_change_…
Browse files Browse the repository at this point in the history
…function (#5889)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored Dec 18, 2023
1 parent 0b58725 commit 68e7434
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
<param from="$(var behavior_path_planner_drivable_area_expansion_param_path)"/>
<param from="$(var behavior_path_planner_scene_module_manager_param_path)"/>
<param from="$(var behavior_path_planner_common_param_path)"/>
<param name="use_experimental_lane_change_function" value="$(var use_experimental_lane_change_function)"/>
<!-- composable node config -->
<extra_arg name="use_intra_process_comms" value="false"/>
</composable_node>
Expand Down
1 change: 0 additions & 1 deletion planning/behavior_path_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ Enabling and disabling the modules in the behavior path planner is primarily man
The `default_preset.yaml` file acts as a configuration file for enabling or disabling specific modules within the planner. It contains a series of arguments which represent the behavior path planner's modules or features. For example:

- `launch_avoidance_module`: Set to `true` to enable the avoidance module, or `false` to disable it.
- `use_experimental_lane_change_function`: Set to `true` to enable experimental features in the lane change module.

!!! note

Expand Down

0 comments on commit 68e7434

Please sign in to comment.