aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/multibody_joint/multibody_ik.rs
AgeCommit message (Collapse)Author
2024-11-19Profiling support (#743)Thierry Berger
2024-06-20Fix typos. (#658)Bruce Mitchener
2024-06-09feat: let user specify joints that cannot move for IKSébastien Crozet
2024-06-09feat: rename JointAxesMask::X/Y/Z by ::LIN_X/LIN_Y/LIN_Z and ↵Sébastien Crozet
JointAxis::X/Y/Z by ::LinX/LinY/LinZ
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
* feat: add a simple jacobian-based inverse-kinematics implementation for multibodies * feat: add 2d inverse kinematics example * feat: make forward_kinematics auto-fix the root’s degrees of freedom * feat: add 3d inverse kinematics example * chore: update changelog * chore: clippy fixes * chore: more clippy fixes * fix tests