Skip to content

Commit

Permalink
Merge pull request #1823 from tier4/sync-awf-latest
Browse files Browse the repository at this point in the history
chore: sync awf-latest
  • Loading branch information
tier4-autoware-public-bot[bot] authored Feb 14, 2025
2 parents 674a3a7 + 88ec7d6 commit 96d7b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ bool NormalLaneChange::get_path_using_frenet(
if (check_candidate_path_safety(*candidate_path_opt, target_objects)) {
RCLCPP_DEBUG(
logger_, "Found safe path after %lu candidate(s). Total time: %2.2f[us]",
frenet_candidates.size(), stop_watch_.toc("__func__"));
frenet_candidates.size(), stop_watch_.toc(__func__));
utils::lane_change::append_target_ref_to_candidate(
*candidate_path_opt, common_data_ptr_->lc_param_ptr->frenet.th_curvature_smoothing);
candidate_paths.push_back(*candidate_path_opt);
Expand Down

0 comments on commit 96d7b05

Please sign in to comment.