aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/multibody_joint/multibody_joint_set.rs
AgeCommit message (Collapse)Author
2024-11-19Profiling support (#743)Thierry Berger
2024-09-13ImpulseJointSet::get_mut option to wake up connected bodies (#716)Thierry Berger
2024-08-09Fix more typos. (#712)Bruce Mitchener
These are ones not found by `typos` for various reasons.
2024-08-05Fix CI (#707)Thierry Berger
Removes dead code + other rust 1.80 related fixes
2024-07-19More Debug derives. (#686)Thierry Berger
2024-07-07Fix broken multibody joint removal.Sébastien Crozet
2024-06-09chore: add more commentsSébastien Crozet
2024-06-09feat: add suport for kinematic multibody linksSébastien Crozet
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
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-22chore: more CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-12-11Allow disabling colliders, rigid-bodies and impulse jointsSébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSébastien Crozet
2022-05-30Move the cfm factor to the velocity constraints instead of the elements.Sébastien Crozet
2022-05-30Add the option to automatically wake-up rigid-bodies a new joint is attached toSébastien Crozet
2022-05-30Rename JointSet::joints_with to attached_jointsSébastien Crozet
2022-04-28Take round shapes into account in 2D debug renderSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-03-20Fix warnings and add comments.Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-01-23add defaults for the several structszhguchev
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-02Implement multibody joints and the new solverSébastien Crozet