Skip to content

Commit

Permalink
feat: add several min_object_vel in dynamic_avoidance
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Nov 26, 2023
1 parent 7580bc7 commit fafff2d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
cut_in_object:
min_time_to_start_cut_in: 1.0 # [s]
min_lon_offset_ego_to_object: 0.0 # [m]
min_object_vel: 0.5 # [m/s]

cut_out_object:
max_time_from_outside_ego_path: 2.0 # [s]
min_object_lat_vel: 0.3 # [m/s]
min_object_vel: 0.5 # [m/s]

crossing_object:
min_overtaking_object_vel: 1.0
Expand All @@ -41,6 +43,7 @@

front_object:
max_object_angle: 0.785
min_object_vel: -0.5 # [m/s]

drivable_area_generation:
object_path_base:
Expand Down

0 comments on commit fafff2d

Please sign in to comment.