Skip to content

Commit

Permalink
feat(behavior_path_planner): prevent from approaching the curbstone (#…
Browse files Browse the repository at this point in the history
…384)

Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri authored and saka1-s committed Jun 25, 2024
1 parent 9961f40 commit 366c310
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: 0.0 # optimization center offset from base link
optimization_center_offset: 2.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 366c310

Please sign in to comment.