Skip to content

Commit

Permalink
refactor(avoidance): remove hard code params in shift line triming pr…
Browse files Browse the repository at this point in the history
…ocess (#341)

Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored May 8, 2023
1 parent 459ab83 commit 88aca85
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,11 @@
matrix:
[2.78, 13.9, # velocity [m/s]
0.50, 1.00] # margin [m]

shift_line_pipeline:
trim:
quantize_filter_threshold: 0.2
same_grad_filter_1_threshold: 0.1
same_grad_filter_2_threshold: 0.2
same_grad_filter_3_threshold: 0.5
sharp_shift_filter_threshold: 0.2

0 comments on commit 88aca85

Please sign in to comment.