Skip to content

Commit

Permalink
feat(behavior_path_planner): enable pull_over backward_parking by def…
Browse files Browse the repository at this point in the history
…ault (#448)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Aug 29, 2022
1 parent aaea3c7 commit aec72d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
min_acc: -0.5
enable_shift_parking: true
enable_arc_forward_parking: true
enable_arc_backward_parking: false
enable_arc_backward_parking: true
# goal research
search_priority: "efficient_path" # "efficient_path" or "close_goal"
enable_goal_research: true
Expand Down

0 comments on commit aec72d2

Please sign in to comment.