Skip to content

Commit

Permalink
fix(goal_planner): fix lane departure check not working correctly due…
Browse files Browse the repository at this point in the history
… to uninitialized variable

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Aug 13, 2024
1 parent ab654e6 commit 8a3bd42
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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

# shift parking
shift_parking:
Expand All @@ -64,6 +65,7 @@
minimum_lateral_jerk: 0.5
deceleration_interval: 15.0
after_shift_straight_distance: 1.0
lane_departure_check_expansion_margin: 0.0

# parallel parking path
parallel_parking:
Expand Down

0 comments on commit 8a3bd42

Please sign in to comment.