Skip to content

Commit

Permalink
refactor(behavior_path_planner): remove unused drivable area paramete…
Browse files Browse the repository at this point in the history
…rs (#6466)

* refactor(behavior_path_planner): remove unused drivable area parameters

Signed-off-by: Maxime CLEMENT <[email protected]>

* Update planning/behavior_path_avoidance_module/config/avoidance.param.yaml

---------

Signed-off-by: Maxime CLEMENT <[email protected]>
Co-authored-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
maxime-clem and xmfcx authored Mar 1, 2024
1 parent c09c176 commit 56ad4b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
avoidance:
resample_interval_for_planning: 0.3 # [m]
resample_interval_for_output: 4.0 # [m]
drivable_area_right_bound_offset: 0.0 # [m]
drivable_area_left_bound_offset: 0.0 # [m]

# avoidance module common setting
enable_bound_clipping: false
enable_yield_maneuver: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
input_path_interval: 2.0
output_path_interval: 2.0

lane_following:
drivable_area_right_bound_offset: 0.0
drivable_area_left_bound_offset: 0.0
drivable_area_types_to_skip: [road_border]

closest_lanelet:
distance_threshold: 5.0 # [m]
yaw_threshold: 0.79 # [rad]

0 comments on commit 56ad4b4

Please sign in to comment.