different joints and different drivers

Hi,
can I move different joints with different drivers
(AnyKinEqInterPolDriver and AnyKinEqSimpleDriver)in the same model?

I have used in the standing model AnyKinEqInterPolDriver for the knee
joint and AnyKinEqSimpleDriver for all the others, but an error has
appeared in the dialogue window:
KneeR: Unresolved object,
in reference to the AnyRevoluteJoint &KneeR=…,
where do I mistake?

Thanks
Raffaella

Hi Raffaella

In principle there is no restrictions on the combination of drivers
that you use in the model.

The error that you get is that the it can not find the object that
the
KneeR is referring to. This could happen if for example you do not
have the correct amount of dot’s in front of the object, i can see
from the error message that you have at least four

&Knee=…

These dots refers to folders so for each dot it will move out of one
folder.

In order to resolve the error i would recommend the following
procedure

1: outcomment the driver which gives the problem.
2: load the model
3: find the folder in the model tree view where your driver is
located
4: by looking at the model tree view make sure that the reference to
the KneeR is correct.

If you need more infomation please see this tutorial

http://www.anybodytech.com/55.0.html

Best regards
AnyBody Technology Support

— In anyscript@yahoogroups.com, “ing_bio982” <ing_bio982@y…>
wrote:
> Hi,
> can I move different joints with different drivers
> (AnyKinEqInterPolDriver and AnyKinEqSimpleDriver)in the same model?
>
> I have used in the standing model AnyKinEqInterPolDriver for the
knee
> joint and AnyKinEqSimpleDriver for all the others, but an error has
> appeared in the dialogue window:
> KneeR: Unresolved object,
> in reference to the AnyRevoluteJoint &KneeR=…,
> where do I mistake?
>
> Thanks
> Raffaella