Skip to content

Commit

Permalink
Fix typo (#2583)
Browse files Browse the repository at this point in the history
fix typo in warning msg;
  • Loading branch information
lantica authored and SteveMacenski committed Dec 16, 2021
1 parent ca37b22 commit b96cfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_amcl/src/amcl_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ AmclNode::publishAmclPose(
if (!initial_pose_is_known_) {
if (checkElapsedTime(2s, last_time_printed_msg_)) {
RCLCPP_WARN(
get_logger(), "ACML cannot publish a pose or update the transform. "
get_logger(), "AMCL cannot publish a pose or update the transform. "
"Please set the initial pose...");
last_time_printed_msg_ = now();
}
Expand Down

0 comments on commit b96cfcb

Please sign in to comment.