Skip to content

Commit

Permalink
feat(autoware_launch): add min_drivable_width (#334)
Browse files Browse the repository at this point in the history
* feat(autoware_launch): add min_drivable_width

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Apr 30, 2023
1 parent bfd0bd8 commit 0409a24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
avoidance_cost_margin: 0.0 # [m]
avoidance_cost_band_length: 5.0 # [m]
avoidance_cost_decrease_rate: 0.05 # decreased cost per point interval
min_drivable_width: 0.2 # [m] The vehicle width and this parameter is guaranteed to keep for collision free constraint.

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

0 comments on commit 0409a24

Please sign in to comment.