Skip to content

Commit

Permalink
fix(autoware_launch): revert obstacle_avoidance_planner parameter (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored and saka1-s committed Jun 25, 2024
1 parent b59ca0b commit 50ef597
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 50ef597

Please sign in to comment.