Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RobotState::getRigidlyConnectedParentLinkModel() (#2985)
Simplify function using getFrameInfo() to yield the link corresponding to the given frame. The order of frame resolution was wrong here: If a link frame containing a slash was given, the code was expecting an attached body with a subframe. As these didn't exist, the function falsely returned NULL.
- Loading branch information