Skip to content

Commit

Permalink
feat(intersection): denoise occlusion by morphology open process (#361)
Browse files Browse the repository at this point in the history
parameterize kernel size

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored May 19, 2023
1 parent 038ec38 commit 9e102a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
before_creep_stop_time: 0.1 # [s]
min_vehicle_brake_for_rss: -2.5 # [m/s^2]
max_vehicle_velocity_for_rss: 16.66 # [m/s] == 60kmph
denoise_kernel: 1.0 # [m]

merge_from_private:
stop_duration_sec: 1.0

0 comments on commit 9e102a5

Please sign in to comment.