Hi,
How can I read all the seven joints of YUMI?
Any suggestion will be appreciated!!!
Hi,
How can I read all the seven joints of YUMI?
Any suggestion will be appreciated!!!
You can calculate and store the joint values with CJointT() using RAPID code which reads the current angles of the arm axes and external axes.
VAR jointtarget joints;
joints := CJointT();
Thanks a lot!
It is working.