You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is because the recursive pose calculation computes the joint's pose relative to its parent model, rather than relative to its child link (as defined in SDFormat).
Steps to reproduce
TODO: update Unit test to demonstrate the error
Output
The text was updated successfully, but these errors were encountered:
Description
worldPose()
helper function in Util.hh should be able to compute the world pose of a Joint.I believe this is because the recursive pose calculation computes the joint's pose relative to its parent model, rather than relative to its child link (as defined in SDFormat).
Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: