Skip to content

Commit

Permalink
fix(behavior_path_planner): pull over deceleration (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Apr 11, 2023
1 parent 0906c87 commit a462edf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/**:
ros__parameters:
pull_over:
request_length: 100.0
minimum_request_length: 100.0
th_arrived_distance: 1.0
th_stopped_velocity: 0.01
th_stopped_time: 2.0 # It must be greater than the state_machine's.
pull_over_velocity: 3.0
pull_over_minimum_velocity: 1.38
margin_from_boundary: 0.5
decide_path_distance: 10.0
maximum_deceleration: 0.5
maximum_deceleration: 1.0
maximum_jerk: 1.0
# goal research
enable_goal_research: true
search_priority: "efficient_path" # "efficient_path" or "close_goal"
Expand Down

0 comments on commit a462edf

Please sign in to comment.