Skip to content

Commit

Permalink
feat(start_planner): shorten max backward distance (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#734)

Update start_planner.param.yaml
  • Loading branch information
shmpwk authored Jan 15, 2024
1 parent 10b95d7 commit 3e4aa01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# search start pose backward
enable_back: true
search_priority: "efficient_path" # "efficient_path" or "short_back_distance"
max_back_distance: 30.0
max_back_distance: 20.0
backward_search_resolution: 2.0
backward_path_update_duration: 3.0
ignore_distance_from_lane_end: 15.0
Expand Down

0 comments on commit 3e4aa01

Please sign in to comment.