Skip to content

Commit

Permalink
fix(behavior_path_planner): remove unnecessary lane change parameter (#…
Browse files Browse the repository at this point in the history
…280)

Signed-off-by: yutaka <[email protected]>
  • Loading branch information
purewater0901 authored Apr 6, 2023
1 parent 0b17869 commit 7133922
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
ros__parameters:
lane_change:
lane_change_prepare_duration: 4.0 # [s]
lane_changing_safety_check_duration: 8.0 # [s]

minimum_lane_change_prepare_distance: 2.0 # [m]
minimum_lane_change_length: 16.5 # [m]
Expand All @@ -23,6 +22,17 @@
use_predicted_path_outside_lanelet: false
use_all_predicted_path: false

# target object
target_object:
car: true
truck: true
bus: true
trailer: true
unknown: true
bicycle: true
motorcycle: true
pedestrian: true

# abort
enable_cancel_lane_change: true
enable_abort_lane_change: false
Expand Down

0 comments on commit 7133922

Please sign in to comment.