Skip to content

Commit

Permalink
feat(goal_planner): set lane departure check margin 0.20
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Nov 7, 2024
1 parent 9df54ff commit ce8457a
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.3
lane_departure_check_expansion_margin: 0.2

# shift parking
shift_parking:
Expand Down

0 comments on commit ce8457a

Please sign in to comment.