Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBeneytoROB committed Dec 19, 2024
1 parent 0635644 commit 9bbf001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/src/pose_tracking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ PoseTrackingStatusCode PoseTracking::moveToPose(const Eigen::Vector3d& default_p

if (!haveRecentTargetPose(target_pose_timeout))
{
ROS_ERROR_STREAM_NAMED(LOGNAME, "The targservo_serveret pose was not updated recently. Aborting.");
ROS_ERROR_STREAM_NAMED(LOGNAME, "The target pose was not updated recently. Aborting.");
return PoseTrackingStatusCode::NO_RECENT_TARGET_POSE;
}

Expand Down

0 comments on commit 9bbf001

Please sign in to comment.