Skip to content

Commit

Permalink
feat(autoware_launch): add yield_stuck.distance_thr in intersection (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#628)

* feat(autoware_launch): add yield_stuck.distance_thr in intersection

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

* use turn_direction

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

* update param

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

---------

Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Oct 16, 2023
1 parent 183725e commit 6284ddd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
# assumed_front_car_decel: 1.0 # [m/ss] the expected deceleration of front car when front car as well as ego are turning
timeout_private_area: 3.0 # [s] cancel stuck vehicle stop in private area
enable_private_area_stuck_disregard: true #In the intersections which labeled as "private area", the obstacle vehicles judged as "stuck" are neglected if this param is set as true.
yield_stuck:
turn_direction:
left: true
right: false
straight: false
distance_thr: 1.0 # [m]

collision_detection:
state_transit_margin_time: 1.0
Expand Down

0 comments on commit 6284ddd

Please sign in to comment.