This header-only library contains predefined TSRs (alt) for objects that may be manipulated with the Aikido library.
All TSRs are specified according to the following convention:
- The
T0_wframe may be specified as convenient per the geometry and base frame of the object, and is the transform from the root of the object (i.e. its 0thBodyNodeif a multi-body object) to the "TSR" frame w. - The
Tw_eframe is specified to be the exact same orientation asT0_w, translated to the graspable surface of the object. It is expected that any user of the TSR will have to modifymTw_ewith a second transformation after initialization to include the actual w to e (end-effector) transformation of their particular gripper. See libherb for examples. [TODO link to specific source file]