Open traversaro opened 8 years ago
Related sdformat
issue: https://bitbucket.org/osrf/sdformat/issues/130/position-part-of-force_torque-sensor-pose .
FYI @ahmadgazar
Related
sdformat
issue: https://bitbucket.org/osrf/sdformat/issues/130/position-part-of-force_torque-sensor-pose .
Related issue after GitHub migration: https://github.com/gazebosim/sdformat/issues/130 . This affected us in https://github.com/icub-tech-iit/ergocub-software/issues/146 .
While reviewing the FT code for https://github.com/robotology/codyco-modules/issues/200 , I noticed several issues in the code handling six axis F/T sensors in iDynTree. Note: this issue only focuses on new KDL-free classes.
SixAxisForceTorqueSensor
is quite used in theiDynTree
source. However strictly speaking is the only way of being compatibly with the SDF spec, and unfortunately a lot of robot humanoid models out there actually model F/T sensors as attached to a moving joint.cc @DanielePucci @gabrielenava