You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: planning/behavior_path_goal_planner_module/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ This module has two methods of safety check, `RSS` and `integral_predicted_polyg
361
361
362
362
`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).
363
363
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.)
365
365
This method integrates the footprints of egos and objects at a given time and checks for collisions between them.
0 commit comments