Skip to content

Commit e36f94f

Browse files
fix minor cherry-pick issue
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 0dffebe commit e36f94f

File tree

1 file changed

+1
-1
lines changed
  • planning/behavior_path_lane_change_module/src

1 file changed

+1
-1
lines changed

planning/behavior_path_lane_change_module/src/scene.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2175,7 +2175,7 @@ PathSafetyStatus NormalLaneChange::isLaneChangePathSafe(
21752175
: rss_params;
21762176
for (const auto & obj_path : obj_predicted_paths) {
21772177
const auto collided_polygons = utils::path_safety_checker::getCollidedPolygons(
2178-
path, ego_predicted_path, obj, obj_path, common_parameters, rss_params, 1.0,
2178+
path, ego_predicted_path, obj, obj_path, common_parameters, selected_rss_param, 1.0,
21792179
get_max_velocity_for_safety_check(), current_debug_data.second);
21802180

21812181
if (collided_polygons.empty()) {

0 commit comments

Comments
 (0)