Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr committed Aug 26, 2024
1 parent 32d2fc0 commit 5b21e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moveit_core/robot_state/src/robot_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ const LinkModel* RobotState::getRigidlyConnectedParentLinkModel(const std::strin
auto body{ getAttachedBody(object) };
if (!body->hasSubframeTransform(frame))
{
RCLCPP_DEBUG(getLogger().get_child("getRigidlyConnectedParentLink"),
"Body '%s' does not have subframe '%s'", object.c_str(), frame.c_str());
RCLCPP_DEBUG(getLogger().get_child("getRigidlyConnectedParentLink"), "Body '%s' does not have subframe '%s'",
object.c_str(), frame.c_str());
return nullptr;
}
link = body->getAttachedLink();
Expand Down

0 comments on commit 5b21e45

Please sign in to comment.