Detailed hand model

Hello;

When working with the AMMR v1.6.2 and AnyBody Modeling System v6.0.6 , I wanted to turn on the detailed hand model in the StandingModel demo model, simply by defining the two body model parameters as follows:

#define BM_ARM_DETAIL_HAND_RIGHT CONST_HAND_DETAILED
#define BM_ARM_DETAIL_HAND_LEFT CONST_HAND_DETAILED

When I try to load the model I receive the following error message:
Scanning…
Parsing…
Constructing model tree…
ERROR(SCR.PRS9) : C:/U…s/Can/D…p/D…O/A…o/A…n/E…s/S…l/M…l/RightHandDrivers.any(10) : ‘CMCFlexion’ : Unresolved object
Model loading skipped

Do I need to define other model parameters to get the detailed hand model working?

Best Regards…

Hi Can,

There is a minor typo in the code, which has not been found yet:

…HumanModel.Right.ShoulderArm.Seg.Hand.Finger1.Jnt.CMCFlexion;

Should be:

…HumanModel.Right.ShoulderArm.Seg.Hand.Finger1.Jnt.CMCFlexion;

Please search/replace " …HumanModel." into " …HumanModel."

Thanks for spotting the problem.

Kind regards,
Pavel

Thank you Pavel;

I have updated the two effected files RightHandDrivers.any and LeftHandDrivers.any and the model loads and runs successfully now.

I am attaching the updated files for reference here, in case someone else is interested in the subject.

Best…

Can

Hi Can,

Thanks for the files. I have also changed them in the official repository, it should be fixed starting from the next official version.

Kind regards,
Pavel