How to get the pose of a TCP wrt the global cs?可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: How to get the pose of a TCP wrt the global cs? (/ 3ad-How-to-get-the-pose-of-a-TCP-wrt-the-global-cs) |
How to get the pose of a TCP wrt the global cs?-Maarten-03-23-2022 Hi, how do I get the pose of the TCP of a robot with respect to the global coordinate system? I could combine the following commands, but it would become a bit cumbersome:
Best regards, Maarten RE: How to get the pose of a TCP wrt the global cs?-Jeremy-03-23-2022 Combining is the way to get the absolute position of the tool. You could also set the active frame to the inverse of the robot base absolute position and use robot.Pose() and set it back to the previous active frame. Jeremy |