The idea of this task is to compare real robot position with expected output. Real joints positions are read directly from the robot.
I have tried different methods, but none of them lead me to the proper result. Is it possible to perform this conversion using Python klampt?
I need to convert robot joint rotations to Cartesian coordinates of the TCP.
Example: joints: [val, val, val, val, val, val] → Cartesian coordinates: [x, y, z, roll, pitch, yaw]
The idea of this task is to compare real robot position with expected output. Real joints positions are read directly from the robot. I have tried different methods, but none of them lead me to the proper result. Is it possible to perform this conversion using Python klampt?