Skip to content

Commit

Permalink
added missing quotation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaniuka authored and corot committed Aug 19, 2024
1 parent e8c7718 commit 8e91d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbf_utility/src/robot_information.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bool RobotInformation::getRobotPose(geometry_msgs::PoseStamped &robot_pose) cons
if (!tf_success)
{
ROS_ERROR_STREAM("Can not get the robot pose in the global frame. - robot frame: \""
<< robot_frame_ << "\" global frame: \"" << global_frame_);
<< robot_frame_ << "\" global frame: \"" << global_frame_ << "\"");
return false;
}
return true;
Expand Down

0 comments on commit 8e91d2b

Please sign in to comment.