Skip to content

Commit

Permalink
fix(occlusion_spot): add lacking param (autowarefoundation#4290) (#682)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com>
  • Loading branch information
zhiwango and satoshi-ota authored Jul 25, 2023
1 parent d8ae8b7 commit 24ec919
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
is_show_cv_window: false # [-] whether to show open_cv debug window
is_show_processing_time: false # [-] whether to show processing time
threshold:
detection_area_offset: 30.0
detection_area_length: 100.0 # [m] the length of path to consider perception range
stuck_vehicle_vel: 1.0 # [m/s] velocity below this value is assumed to stop
lateral_distance: 1.5 # [m] maximum lateral distance to consider hidden collision
search_dist: 10.0
search_angle: 0.63 # [rad] PI/5.0
motion:
safety_ratio: 0.8 # [-] jerk/acceleration ratio for safety
max_slow_down_jerk: -0.5 # [m/s^3] minimum jerk deceleration for safe brake.
Expand Down

0 comments on commit 24ec919

Please sign in to comment.