Using the "data_channel.request_data().sdata.jnt_ref" command, I can obtain the angle of the base joint, but I cannot retrieve the angles of the other joints.
jnt_ref contains an array of 6 elements, but they all seem to be overwritten with the base joint’s data.
Is my understanding correct? If so, does this package currently lack the functionality to retrieve the angles of all joints?
(I know how to retrieve the TCP pose using the "tcp_ref" value, but I also want to obtain the joint angles.)