Skip to content

Commit a8b99e9

Browse files
committed
Update doc to explain the new feature
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
1 parent ac73ed2 commit a8b99e9

File tree

1 file changed

+2
-0
lines changed
  • planning/behavior_velocity_dynamic_obstacle_stop_module

1 file changed

+2
-0
lines changed

planning/behavior_velocity_dynamic_obstacle_stop_module/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ An object is considered by the module only if it meets all of the following cond
3838
- it is a vehicle (pedestrians are ignored);
3939
- it is moving at a velocity higher than defined by the `minimum_object_velocity` parameter;
4040
- it is not too close to the current position of the ego vehicle;
41+
- it is not unavoidable (only if parameter `ignore_unavoidance_collisions` is set to `true`);
4142
- it is close to the ego path.
4243

44+
An object is considered unavoidable if it is heading towards the ego vehicle such that even if ego stops, a collision would still occur (assuming the object keeps driving in a straight line).
4345
For the last condition,
4446
the object is considered close enough if its lateral distance from the ego path is less than the threshold parameter `minimum_object_distance_from_ego_path` plus half the width of ego and of the object (including the `extra_object_width` parameter).
4547
In addition, the value of the `hysteresis` parameter is added to the minimum distance if a stop point was inserted in the previous iteration.

0 commit comments

Comments
 (0)