Skip to content

Commit

Permalink
Merge branch 'beta/v0.41' into cherry-pick/10061
Browse files Browse the repository at this point in the history
  • Loading branch information
SakodaShintaro authored Feb 17, 2025
2 parents 3f10add + 94734df commit 540f206
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common/autoware_component_interface_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

<depend>autoware_adapi_v1_msgs</depend>
<depend>autoware_system_msgs</depend>
<depend>component_interface_utils</depend>
<depend>diagnostic_msgs</depend>
<depend>diagnostic_updater</depend>
<depend>fmt</depend>
Expand Down
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 540f206

Please sign in to comment.