Skip to content

Commit

Permalink
fix(avoidance): tune safety check params (#914)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Mar 11, 2024
1 parent df4d435 commit 8ac1045
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
check_all_predicted_path: false # [-]
safety_check_backward_distance: 100.0 # [m]
hysteresis_factor_expand_rate: 1.5 # [-]
hysteresis_factor_safe_count: 10 # [-]
hysteresis_factor_safe_count: 3 # [-]
# predicted path parameters
min_velocity: 1.38 # [m/s]
max_velocity: 50.0 # [m/s]
Expand All @@ -208,7 +208,7 @@
rear_vehicle_safety_time_margin: 1.0 # [s]
lateral_distance_max_threshold: 2.0 # [m]
longitudinal_distance_min_threshold: 3.0 # [m]
longitudinal_velocity_delta_time: 0.8 # [s]
longitudinal_velocity_delta_time: 0.0 # [s]

# For avoidance maneuver
avoidance:
Expand Down

0 comments on commit 8ac1045

Please sign in to comment.