Skip to content

Commit

Permalink
Update autoware_launch/config/planning/scenario_planning/lane_driving…
Browse files Browse the repository at this point in the history
…/behavior_planning/behavior_path_planner/drivable_area_expansion.param.yaml

Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
  • Loading branch information
mkquda and satoshi-ota authored Mar 10, 2025
1 parent 7fb762f commit ac0e583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
extra_front_overhang: 0.5 # [m] extra length to add to the front overhang
extra_width: 1.0 # [m] extra length to add to the width
object_exclusion:
exclude_static: true # if true, the drivable area is not expanded over static objects
exclude_static: false # if true, the drivable area is not expanded over static objects
exclude_dynamic: false # if true, the drivable area is not expanded in the predicted path of dynamic objects
th_stopped_object_velocity: 1.0 # [m/s] velocity threshold for static objects
safety_margin:
Expand Down

0 comments on commit ac0e583

Please sign in to comment.