Skip to content

Commit 605082e

Browse files
committed
unknown word
1 parent b000916 commit 605082e

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_goal_planner_module

1 file changed

+1
-1
lines changed

planning/behavior_path_goal_planner_module/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ This module has two methods of safety check, `RSS` and `integral_predicted_polyg
361361

362362
`RSS` method is a method commonly used by other behavior path planner modules, see [RSS based safety check utils explanation](../behavior_path_planner_common/docs/behavior_path_planner_safety_check.md).
363363

364-
`integral_predicted_polygon` is a more safety-oriented method. This method is implemented because speeds during pull over are lower than during driving, and fewer objects travel along the edge of the lane. (It is sometimes overreactive and may be less available.)
364+
`integral_predicted_polygon` is a more safety-oriented method. This method is implemented because speeds during pull over are lower than during driving, and fewer objects travel along the edge of the lane. (It is sometimes too reactive and may be less available.)
365365
This method integrates the footprints of egos and objects at a given time and checks for collisions between them.
366366

367367
![safety_check](./images/goal_planner-safety_check.drawio.svg)

0 commit comments

Comments
 (0)