Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Aug 12, 2024
1 parent ad4abfb commit 5d5332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/robot_model/src/robot_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ const LinkModel* RobotModel::getRigidlyConnectedParentLinkModel(const LinkModel*
{
if (!link)
{
RCLCPP_ERROR(get_logger(), "Cannot determine rigidly connected parent link because input link is nullptr");
RCLCPP_ERROR(getLogger(), "Cannot determine rigidly connected parent link because input link is nullptr");
return link;
}
const moveit::core::LinkModel* parent_link = link->getParentLinkModel();
Expand Down

0 comments on commit 5d5332a

Please sign in to comment.