Clamping Values

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Connor Stapp
Posts: 18
Joined: Tue Jan 31, 2017 1:44 pm

Clamping Values

Post by Connor Stapp » Wed Jul 11, 2018 8:25 am

Hello all,

I'm having some issues when clamping coordinates. When I'm running forward dynamics, the coordinates don't stay clamped and I was wondering how I would fix this.

Tags:

User avatar
Ayman Habib
Posts: 2235
Joined: Fri Apr 01, 2005 12:24 pm

Re: Clamping Values

Post by Ayman Habib » Wed Jul 11, 2018 10:42 am

Connor,

Coordinate clamping is only enforced when doing Inverse Kinmetics (IK) to help the solver limit the search space to meaningful configurations (and in GUI). In forward dynamics, there're no clamps or limits enforced on coordinates since physically that requires forces that are not part of your model. There're modeling objects that can give you limits and account for forces used to enforce these limits (e.g. CoordinateLimitForce) but you'll have to add them to your model on your own.

Hope this helps,
-Ayman

POST REPLY