Closed matejhof closed 9 years ago
Yes, I agree.
In addition, in utils.h, the skinPart class has a member "name", which is then assigned "left_forearm", for example, in setTaxelPosesFromFile. I suggest to replace the string name with skindynlib SkinPart enum.
@matejhof btw, in my library there is already a skinPart
class which is different from the skinPart
enum present in the skinDynLib
. Honestly, I'd rather prefer mine as an implementation of a skin part (i.e. a proper class with a name, a vector of taxels that belong to it, and some related methods). My question is: can this incur with some problems in your module?
In iCubDblTchThrd.h, there is
which is consistent with iCub::skinDynLib::SkinPart (skinDynLib/common.h)
but should be replaced by the enum. What you think?