Skip to content

Commit

Permalink
feat(goal_planner): extend goal search area (#592)
Browse files Browse the repository at this point in the history
feat(goal_planner): extend goal search are

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Sep 27, 2023
1 parent 98da1a0 commit f9edba4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
lateral_weight: 40.0
path_priority: "efficient_path" # "efficient_path" or "close_goal"
parking_policy: "left_side" # "left_side" or "right_side"
forward_goal_search_length: 20.0
forward_goal_search_length: 40.0
backward_goal_search_length: 20.0
goal_search_interval: 2.0
longitudinal_margin: 3.0
max_lateral_offset: 0.5
lateral_offset_interval: 0.25
max_lateral_offset: 1.0
lateral_offset_interval: 0.5
ignore_distance_from_lane_start: 0.0
margin_from_boundary: 0.75

Expand Down

0 comments on commit f9edba4

Please sign in to comment.