Skip to content

Commit

Permalink
feat(autoware_launch): consider behavior's drivable area violation (#254
Browse files Browse the repository at this point in the history
)

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Mar 24, 2023
1 parent bb54fcf commit f01029d
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@

# avoidance
avoidance:
max_avoidance_cost: 0.5 # [m]
avoidance_cost_margin: 0.0 # [m]
avoidance_cost_band_length: 5.0 # [m]
avoidance_cost_decrease_rate: 0.05 # decreased cost per point interval
max_longitudinal_margin_for_bound_violation: 1.0 # [m]
max_avoidance_cost: 0.5 # [m]
avoidance_cost_margin: 0.0 # [m]
avoidance_cost_band_length: 5.0 # [m]
avoidance_cost_decrease_rate: 0.05 # decreased cost per point interval

weight:
lat_error_weight: 0.0 # weight for lateral error
Expand Down

0 comments on commit f01029d

Please sign in to comment.