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
In the context of roboticslab-uc3m/yarp-devices#263, I observed that sensor axes do not match the TCP frame described in our manual. I believe said frame matches the orientation of force/torque raw data streamed by the legacy Jr3Pci implementation (in --dextrorotary mode). However, the proper sensor axes should be obtained by rotating about the depicted X axis by 180 degrees.
In other words, given the above drawing and focusing on the arm TCPs:
Axis X follows the normal direction "inwards" (as depicted).
Axis Z points up.
Axis Y would point left.
Possible solutions:
Keep the current TCP frame as-is, define an additional sensor frame matching the new implementation.
Change the TCP frame to match the new implementation, update scripts and demos.
The text was updated successfully, but these errors were encountered:
Since there is an ongoing redesign of several joints and links and therefore (I presume) the sensors will be unmounted anyway, just mount them on their opposite side.
In the context of roboticslab-uc3m/yarp-devices#263, I observed that sensor axes do not match the TCP frame described in our manual. I believe said frame matches the orientation of force/torque raw data streamed by the legacy Jr3Pci implementation (in
--dextrorotary
mode). However, the proper sensor axes should be obtained by rotating about the depicted X axis by 180 degrees.In other words, given the above drawing and focusing on the arm TCPs:
Possible solutions:
The text was updated successfully, but these errors were encountered: