-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inverse_kinematics] Locked joints are immobile (#19442)
Locked joints are held fixed during IK (using the their current value from the context). Locked joints trump position limits; it's OK to lock outside of the limit, and the program will still solve. When a quaternion is locked, we lock its decision variables to the normalized value and do not add a norm constraint.
- Loading branch information
1 parent
6f1a5e9
commit 37d6c59
Showing
3 changed files
with
184 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters