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.
Clamping Values
- Connor Stapp
- Posts: 18
- Joined: Tue Jan 31, 2017 1:44 pm
- Ayman Habib
- Posts: 2248
- Joined: Fri Apr 01, 2005 12:24 pm
Re: Clamping Values
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
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