Skip to content

Commit

Permalink
feat(autoware_launch): add approaching stop on curve in obstacle crui…
Browse files Browse the repository at this point in the history
…se planner (#560)

* feat(autoware_launch): add approaching stop on curve in obstacle cruise planner

Signed-off-by: Takayuki Murooka <[email protected]>

* update config

Signed-off-by: Takayuki Murooka <[email protected]>

---------

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 authored Sep 12, 2023
1 parent 0df78f5 commit aab18ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
nearest_dist_deviation_threshold: 3.0 # [m] for finding nearest index
nearest_yaw_deviation_threshold: 1.57 # [rad] for finding nearest index
min_behavior_stop_margin: 3.0 # [m]
stop_on_curve:
enable_approaching: false
additional_safe_distance_margin: 3.0 # [m]
min_safe_distance_margin: 3.0 # [m]
suppress_sudden_obstacle_stop: true

stop_obstacle_type:
Expand Down

0 comments on commit aab18ba

Please sign in to comment.