We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777f510 commit 0d76575Copy full SHA for 0d76575
localization/pose_initializer/src/pose_initializer/ndt_module.cpp
@@ -40,7 +40,6 @@ PoseWithCovarianceStamped NdtModule::align_pose(const PoseWithCovarianceStamped
40
RCLCPP_INFO(logger_, "Call NDT align server.");
41
const auto res = cli_align_->async_send_request(req).get();
42
if (!res->success) {
43
- RCLCPP_INFO(logger_, "NDT align server failed.");
44
throw ServiceException(
45
Initialize::Service::Response::ERROR_ESTIMATION, "NDT align server failed.");
46
}
0 commit comments