Skip to content

Commit

Permalink
fix(dynamic_obtacle_avoidance): lower lateral ofset to handle dense u…
Browse files Browse the repository at this point in the history
…rban scenarios

Signed-off-by: beyza <[email protected]>
  • Loading branch information
beyzanurkaya committed Sep 18, 2024
1 parent dba8a3e commit 10c95fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
object_path_base:
min_longitudinal_polygon_margin: 3.0 # [m]

lat_offset_from_obstacle: 1.0 # [m]
lat_offset_from_obstacle: 0.3 # [m]
margin_distance_around_pedestrian: 2.0 # [m]
predicted_path:
end_time_to_consider: 2.0 # [s]
Expand Down

0 comments on commit 10c95fa

Please sign in to comment.