Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2024
1 parent 5cc735b commit 68dd4e2
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 253 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
# Only objects within this distance [m] from the current ego position
# are considered for collision checking to improve computational efficiency.
ego_to_object_distance_threshold: 50

# Time tolerance threshold [s] for collision detection between ego and object trajectories.
# Collision check is performed only when the time difference between ego and object
# predicted positions is within this threshold to detect temporal-spatial intersections.
time_tolerance_threshold: 0.1
time_tolerance_threshold: 0.1
Loading

0 comments on commit 68dd4e2

Please sign in to comment.