movements of the fingers in the standingmodel

HI,AnyBody
I’m working with the StandingModel model to generate some information for simulations of the upper extremity. But,there are trouble with the fingers about the movements of the fingers and the driver of the fingers. How do I have to include or define the drivers for the fingers?
“BM_ARM_DETAIL_HAND_LEFT CONST_HAND_DETAILED” was included in the model,but was told ERROR:BodyModel.UnhallowedCombination:Combination is not allowed:two different Hand models are included.
When the “BM_ARM_DETAIL_HAND_LEFT CONST_HAND_SIMPLE” was included in the model, For me it looks that all drivers for the fingers are there but they are not included in the Mannequin file. So far I was not able to implement the finger movements in the model in a way that it would work. How could that be done?

thank you for you help

Hi yang,

the model doesn’t like to have on the right arm the standard hand and on the left hand the detailed hand. So please change both to the detailed hand:

#define BM_ARM_DETAIL_HAND_BOTH CONST_HAND_DETAILED

and it should load!

I hope that helps