Skip to content

Commit

Permalink
Merge pull request #496 from tier4/feat/improve_intersection
Browse files Browse the repository at this point in the history
* feat(intersection): denoise occlusion by morphology open process (#361)

parameterize kernel size

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* fix(intersection): add the flag for intersection_occlusion grid publication (#372)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com>
  • Loading branch information
tkimura4 and soblin committed May 29, 2023
2 parents b346181 + 46fe634 commit ed6b531
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
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]
pub_debug_grid: false

merge_from_private:
stop_duration_sec: 1.0

0 comments on commit ed6b531

Please sign in to comment.