Skip to content

Commit

Permalink
feat(autoware_launch): add yield_stuck.distance_thr in intersection
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Oct 12, 2023
1 parent be56728 commit eb4e0ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
# 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: false #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:
distance_thr: 2.0 # [m]

collision_detection:
state_transit_margin_time: 1.0
Expand Down

0 comments on commit eb4e0ce

Please sign in to comment.