Skip to content

Commit

Permalink
feat(behavior_path_planner): update pull over params (autowarefoundat…
Browse files Browse the repository at this point in the history
…ion#666)

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Dec 28, 2022
1 parent 094e11d commit 9078519
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
pull_over:
request_length: 200.0
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.
Expand Down Expand Up @@ -34,7 +34,7 @@
maximum_lateral_jerk: 2.0
minimum_lateral_jerk: 0.5
deceleration_interval: 15.0
after_pull_over_straight_distance: 5.0
after_pull_over_straight_distance: 1.0
# parallel parking path
enable_arc_forward_parking: true
enable_arc_backward_parking: true
Expand Down

0 comments on commit 9078519

Please sign in to comment.