Skip to content

Commit

Permalink
fix(autoware_launch): revert obstacle_avoidance_planner parameter (au…
Browse files Browse the repository at this point in the history
…towarefoundation#404)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 authored and 0x126 committed Sep 11, 2023
1 parent 77c3494 commit d9c4b77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# If this parameter is commented out, the parameter is set as below by default.
# The logic could be `optimization_center_offset = vehicle_info.wheelbase * 0.8`
# The 0.8 scale is adopted as it performed the best.
optimization_center_offset: 2.0 # optimization center offset from base link
optimization_center_offset: 0.0 # optimization center offset from base link

clearance: # clearance(distance) between vehicle and roads/objects when generating trajectory
# if collision_free_constraints.option.hard_constraint is true
Expand Down

0 comments on commit d9c4b77

Please sign in to comment.