Skip to content

Commit 37587c9

Browse files
Ahmed Ebrahimahmeddesokyebrahim
Ahmed Ebrahim
authored andcommitted
fix(log-messages): removing info msg that is redundant with error msg
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
1 parent 0ca560a commit 37587c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

localization/pose_initializer/src/pose_initializer/ndt_module.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ PoseWithCovarianceStamped NdtModule::align_pose(const PoseWithCovarianceStamped
4040
RCLCPP_INFO(logger_, "Call NDT align server.");
4141
const auto res = cli_align_->async_send_request(req).get();
4242
if (!res->success) {
43-
RCLCPP_INFO(logger_, "NDT align server failed.");
4443
throw ServiceException(
4544
Initialize::Service::Response::ERROR_ESTIMATION, "NDT align server failed.");
4645
}

0 commit comments

Comments
 (0)