Idyntree: Document semantics difference between Pinocchio quantities and iDynTree KinDynComputations quantities

Created on 20 Apr 2020  路  4Comments  路  Source: robotology/idyntree

Things to check (see https://github.com/robotology/idyntree/issues/673#issuecomment-615168900) :

  • DOFs and link serializations
  • Velocity, force and acceleration representations for the base quantities
  • How we need to transform the vector and matrix input and output quantities appropriately given these differences

Most helpful comment

Before I forgot I want to drop here this table of conversion:

| iDynTree | Pinocchio |
|:-----------------------------:|:-------------------:|
| MIXED_REPRESENTATION | LOCAL_WORLD_ALIGNED |
| INERTIAL_FIXED_REPRESENTATION | WORLD |
| BODY_FIXED_REPRESENTATION | LOCAL |

All 4 comments

cc @GiulioRomualdi

Before I forgot I want to drop here this table of conversion:

| iDynTree | Pinocchio |
|:-----------------------------:|:-------------------:|
| MIXED_REPRESENTATION | LOCAL_WORLD_ALIGNED |
| INERTIAL_FIXED_REPRESENTATION | WORLD |
| BODY_FIXED_REPRESENTATION | LOCAL |

CC @robotology/iit-dynamic-interaction-control

Was this page helpful?
0 / 5 - 0 ratings