Skip to content

Commit

Permalink
feat(avoidance): update avoidance params (autowarefoundation#424)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <[email protected]>
  • Loading branch information
satoshi-ota authored Jun 30, 2023
1 parent 86e49df commit 1fd0a34
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
avoidance:
# avoidance lateral parameters
lateral:
lateral_execution_threshold: 0.499 # [m]
lateral_execution_threshold: 0.09 # [m]
lateral_small_shift_threshold: 0.101 # [m]
road_shoulder_safety_margin: 0.3 # [m]
max_right_shift_length: 5.0
Expand All @@ -156,7 +156,7 @@

constraints:
# vehicle slows down under longitudinal constraints
use_constraints_for_decel: false # [-]
use_constraints_for_decel: true # [-]

# lateral constraints
lateral:
Expand All @@ -181,7 +181,7 @@

shift_line_pipeline:
trim:
quantize_filter_threshold: 0.2
quantize_filter_threshold: 0.1
same_grad_filter_1_threshold: 0.1
same_grad_filter_2_threshold: 0.2
same_grad_filter_3_threshold: 0.5
Expand Down

0 comments on commit 1fd0a34

Please sign in to comment.