Skip to content

Commit

Permalink
feat(avoidance): change object_check_backward_distance from 100m to 1…
Browse files Browse the repository at this point in the history
…0m (#388)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Jun 15, 2023
1 parent 45d91a1 commit d7751ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
object_ignore_distance_crosswalk_forward: 30.0 # [m]
object_ignore_distance_crosswalk_backward: 30.0 # [m]
object_check_forward_distance: 150.0 # [m]
object_check_backward_distance: 100.0 # [m]
object_check_backward_distance: 10.0 # [m]
object_check_goal_distance: 20.0 # [m]
# filtering parking objects
threshold_distance_object_is_on_center: 1.0 # [m]
Expand Down

0 comments on commit d7751ac

Please sign in to comment.