Skip to content

Commit

Permalink
Adds missing class scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-mark committed Jan 31, 2025
1 parent c8b7675 commit 819c000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/robot_state/src/robot_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ void RobotState::updateStateWithLinkAt(const LinkModel* link, const Eigen::Isome
}
}

const LinkModel* getLinkModelIncludingAttachedBodies(const std::string& frame) const
const LinkModel* RobotState::getLinkModelIncludingAttachedBodies(const std::string& frame) const
{
// If the frame is a link, return that link.
if (getRobotModel()->hasLinkModel(frame))
Expand Down

0 comments on commit 819c000

Please sign in to comment.