Skip to content

Commit

Permalink
feat(planning_launch): add bounds_search_widths (autowarefoundation#295)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored Apr 27, 2022
1 parent 92e8f2e commit e95e243
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
eps_rel: 1.0e-10 # eps rel when solving OSQP

mpt:
bounds_search_widths: [0.45, 0.15, 0.05, 0.01]

clearance: # clearance(distance) between vehicle and roads/objects when generating trajectory
hard_clearance_from_road: 0.0 # clearance from road boundary[m]
soft_clearance_from_road: 0.1 # clearance from road boundary[m]
Expand Down

0 comments on commit e95e243

Please sign in to comment.