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
Hi! Please how can I retrieve the relative transformation (translation and orientation) of the operational frame based on its local co-ordinates system. In other words, I would like to retrieve the operational position in the tool co-ordinate system.
Thanks
The text was updated successfully, but these errors were encountered:
Do you mean the relative transformation of the tool frame to the operational frame or the relative transformation of a frame relative to the world frame (e.g., of an object) in tool frame coordinates?
In rl::mdl::Model, the function rl::mdl::Model::tool() can be used to access the last transform before the end-effector (or operational) frame. The tool frame and operational frame are identical in this case.
If you are looking for the relative transformation worldTobject of an object specified relative to the world frame expressed in tool/operational frame coordinates, you can invert the tool/operational frame worldTtool and multiply it:
Hi! Please how can I retrieve the relative transformation (translation and orientation) of the operational frame based on its local co-ordinates system. In other words, I would like to retrieve the operational position in the tool co-ordinate system.
Thanks
The text was updated successfully, but these errors were encountered: