Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
  • Loading branch information
sjahr and rhaschke authored Aug 26, 2024
1 parent f9ffff2 commit ede820c
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 @@ -1368,7 +1368,7 @@ const LinkModel* RobotModel::getRigidlyConnectedParentLinkModel(const LinkModel*
{
if (!link)
{
RCLCPP_DEBUG(getLogger().get_child("getRigidlyConnectedParentLink", "Link is NULL"));
RCLCPP_DEBUG(getLogger().get_child("getRigidlyConnectedParentLink"), "Link is NULL");
return link;
}
const moveit::core::LinkModel* parent_link = link->getParentLinkModel();
Expand Down

0 comments on commit ede820c

Please sign in to comment.