Skip to content

Commit 1e209b4

Browse files
Update planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/utils/path_safety_checker/objects_filtering.hpp
Co-authored-by: mkquda <168697710+mkquda@users.noreply.github.com> Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 3d96967 commit 1e209b4

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/utils/path_safety_checker

1 file changed

+1
-1
lines changed

planning/behavior_path_planner/autoware_behavior_path_planner_common/include/autoware/behavior_path_planner_common/utils/path_safety_checker/objects_filtering.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using tier4_planning_msgs::msg::PathPointWithLaneId;
3737
/**
3838
* @brief Filters object based on velocity.
3939
*
40-
* @param twist The predicted object to filter.
40+
* @param twist The twist of predicted object to filter.
4141
* @param velocity_threshold Lower bound
4242
* @param max_velocity Upper bound
4343
* @return Returns true when the object is within a certain velocity range.

0 commit comments

Comments
 (0)