Skip to content

Commit 3be96ef

Browse files
Update localization/pose_initializer/src/pose_initializer/pose_initializer_core.cpp
Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
1 parent 49c5751 commit 3be96ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization/pose_initializer/src/pose_initializer/pose_initializer_core.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void PoseInitializer::on_initialize(
172172
} else if (req->method == Initialize::Service::Request::DIRECT) {
173173
if (req->pose_with_covariance.empty()) {
174174
std::stringstream message;
175-
message << "No input pose_with_covariance. If you wanna use DIRECT method, please input "
175+
message << "No input pose_with_covariance. If you want to use DIRECT method, please input "
176176
"pose_with_covariance.";
177177
RCLCPP_ERROR(get_logger(), message.str().c_str());
178178
throw ServiceException(

0 commit comments

Comments
 (0)