We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c5751 commit 3be96efCopy full SHA for 3be96ef
localization/pose_initializer/src/pose_initializer/pose_initializer_core.cpp
@@ -172,7 +172,7 @@ void PoseInitializer::on_initialize(
172
} else if (req->method == Initialize::Service::Request::DIRECT) {
173
if (req->pose_with_covariance.empty()) {
174
std::stringstream message;
175
- message << "No input pose_with_covariance. If you wanna use DIRECT method, please input "
+ message << "No input pose_with_covariance. If you want to use DIRECT method, please input "
176
"pose_with_covariance.";
177
RCLCPP_ERROR(get_logger(), message.str().c_str());
178
throw ServiceException(
0 commit comments