Skip to content

Commit

Permalink
feat(goal_planner): set lane departure check margin 0.3 (autowarefoun…
Browse files Browse the repository at this point in the history
…dation#1199)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Nov 5, 2024
1 parent 05b42b4 commit dd730b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
maximum_jerk: 1.0
path_priority: "efficient_path" # "efficient_path" or "close_goal"
efficient_path_order: ["SHIFT", "ARC_FORWARD", "ARC_BACKWARD"] # only lane based pull over(exclude freespace parking)
lane_departure_check_expansion_margin: 0.0
lane_departure_check_expansion_margin: 0.3

# shift parking
shift_parking:
Expand Down

0 comments on commit dd730b9

Please sign in to comment.