Skip to content

Commit

Permalink
feat(autoware_launch): add polygon_generation_method in dynamic_avoid…
Browse files Browse the repository at this point in the history
…ance (#508)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Aug 12, 2023
1 parent 1978d63 commit 975fe46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
max_object_angle: 0.785

drivable_area_generation:
polygon_generation_method: "ego_path_base" # choose "ego_path_base" and "object_path_base"

lat_offset_from_obstacle: 0.8 # [m]
max_lat_offset_to_avoid: 0.5 # [m]
max_time_for_object_lat_shift: 0.0 # [s]
Expand Down

0 comments on commit 975fe46

Please sign in to comment.