Skip to content

Commit

Permalink
Reduce the minimum_object_distance_from_ego_path to 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Dec 18, 2023
1 parent 6b7313b commit ddc4fe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
time_horizon: 5.0 # [s] time horizon used for collision checks
hysteresis: 1.0 # [m] once a collision has been detected, this hysteresis is used on the collision detection
decision_duration_buffer : 1.0 # [s] duration between no collision being detected and the stop decision being cancelled:w
minimum_object_distance_from_ego_path: 2.0
minimum_object_distance_from_ego_path: 1.0

0 comments on commit ddc4fe3

Please sign in to comment.