Skip to content

Commit

Permalink
feat: add parameters for the front object decision in dynamic_avoidan…
Browse files Browse the repository at this point in the history
…ce module (#706)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Nov 27, 2023
1 parent 1a37eb3 commit 1076688
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

front_object:
max_object_angle: 0.785
min_vel: -0.5 # [m/s] The value is negative considering the noisy velocity of the stopped vehicle.
max_ego_path_lat_cover_ratio: 0.3 # [-] The object will be ignored if the ratio of the object covering the ego's path is higher than this value.

drivable_area_generation:
object_path_base:
Expand Down

0 comments on commit 1076688

Please sign in to comment.