Skip to content

Commit

Permalink
feat(out_of_lane): more stable stop decisions (autowarefoundation#464)
Browse files Browse the repository at this point in the history
* Add param for distance buffer with dynamic objects

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>

* Add action.min_duration parameter

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>

* deactivate other behavior velocity module

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>

* Revert "deactivate other behavior velocity module"

This reverts commit 0085075.

* Update autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_velocity_planner/out_of_lane.param.yaml

---------

Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
maxime-clem and takayuki5168 authored Oct 7, 2023
1 parent 30b2775 commit 5e8a39e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use_predicted_paths: true # if true, use the predicted paths to estimate future positions.
# if false, assume the object moves at constant velocity along *all* lanelets it currently is located in.
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
distance_buffer: 1.0 # [m] distance buffer used to determine if a collision will occur in the other lane

overlap:
minimum_distance: 0.0 # [m] minimum distance inside a lanelet for an overlap to be considered
Expand All @@ -26,6 +27,7 @@
skip_if_over_max_decel: true # if true, do not take an action that would cause more deceleration than the maximum allowed
precision: 0.1 # [m] precision when inserting a stop pose in the path
distance_buffer: 1.5 # [m] buffer distance to try to keep between the ego footprint and lane
min_duration: 1.0 # [s] minimum duration needed before a decision can be canceled
slowdown:
distance_threshold: 30.0 # [m] insert a slowdown when closer than this distance from an overlap
velocity: 2.0 # [m/s] slowdown velocity
Expand Down

0 comments on commit 5e8a39e

Please sign in to comment.