— In anyscript@yahoogrou ps.com, “yueningma” <yueningma@. …> wrote:
>
> Hello!
> Now I am doing a model with a single leg. More description in the
> following:
> there are 4 marks on the leg: one is one the foot;one is on the at
> ankle;one is at kneemarker the thigh and the last is on the pelvis.
> I want to use the 4 marks to drive the motion.
> And I use the class “AnyKinEqSImpleDriv er”. When runing the kinematic
> analysis , the model doesn’t work. the problem must be in adding joints
> and drivers. What should I do?
>
> Thanks for your time.
>
> yuening
>
I downloaded the model but can load it because I don’t have:
…\BRep\ Aalborg\ToolBox\ Markersets\ KitVaughanMarker sR.any
Can you zip it all together?
Best regards Christian
AnyBody Support
— In anyscript@yahoogrou ps.com, yuening ma <yueningma@. …> wrote:
>
> it said “3 unsolvable constraint(s) found”.
> Now I up the model named “Jan-18” to the folder “yueningma”
>
>
>
>
> ----- Ã"ÂÂʼ�ʼ� ----
> �����ˣ� AnyBody Support <support@… >
> �ռ��ˣ� anyscript@yahoogrou ps.com
> �ѷ���£ï¿½ 2008/1/21(��һ),
����5:18:42
> ���⣺ [AnyScript] Re: Using the "AnyKinEqSImpleDriv er "
>
> Hello yuening
>
> What errors do you get?
>
> Best regards
> Christian, AnyBody Support
>
> — In anyscript@yahoogrou ps.com, “yueningma” <yueningma@ …> wrote:
> >
> > Hello!
> > Now I am doing a model with a single leg. More description in the
> > following:
> > there are 4 marks on the leg: one is one the foot;one is on the at
> > ankle;one is at kneemarker the thigh and the last is on the pelvis.
> > I want to use the 4 marks to drive the motion.
> > And I use the class “AnyKinEqSImpleDriv er”. When runing the
kinematic
> > analysis , the model doesn’t work. the problem must be in adding
joints
> > and drivers. What should I do?
> >
> > Thanks for your time.
> >
> > yuening
> >
>
>
>
>
>
> ____________ _________ _________ _________ _________ _________ _
>
�Ż����䴫������ף
�������Ã"ºØ¿ï¿½ï¿½ï¿½ï¿½ï¿½
��
> http://cn.mail.yahoo.com/ gc/index. html?entry= 5&souce=mail_ mailletter_
tagline
>
> [Non-text portions of this message have been removed]
>
No worries. I looked at the model and your problem is that the model
is over-constrained. If you have a look in the JointsAndDrivers. any
you will see that you have constrained the hip with a AnyStdJoint and
you also tries to drive it with a marker.
The same kind of joint is used at the foot which you also tries to
drive with a marker. At the same time you tries to drive the knee and
the ankle in the x-direction. If you outcomment the AnyEqSimpleDrivers
your model will run because this removes the 4 constraints that makes
the system over-constrained. I don’t think that is what you want… is
it? I think you wanna drive the foot, ankle, knee and pelvis with the
marker data?
You only have one marker for the pelvis?
Let me know if I am right and I will try to guide you through:D