aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-22Merge pull request #579 from dimforge/joints-improvementsSébastien Crozet
Feat: implement a "small-steps" velocity-based constraints solver + joint improvements
2024-01-22chore: more CI fixesSébastien Crozet
2024-01-22chore: CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-12-10Merge pull request #422 from ↵Sébastien Crozet
pellico/Fix_Revolute-joint-motor-target-position-is-broken-at-and-beyond-90-degree-angles Fix #378 Added one example join_motor_position
2023-12-10chore: update changelogSébastien Crozet
2023-12-10fix initialization of the joint_motor_position examplesSébastien Crozet
2023-12-10fix: also apply joint limits in case of equalitySébastien Crozet
2023-12-10fix more 2D angular motor/limits jacobiansSébastien Crozet
2023-12-10Removed not required parenthesespellico
2023-12-10fix: avoid perpetual movement when the target ang motor position is overshotSébastien Crozet
2023-12-10Fixed formatting of modified files.pellico
2023-12-10Fix #378 Added one example join_motor_positionpellico
2023-12-10Merge pull request #563 from dimforge/testbed-bevy-0.12Sébastien Crozet
chore: update testbed to bevy 0.12
2023-12-10chore: fix test warningsSébastien Crozet
2023-12-10Merge pull request #560 from kvark/wheel-jointSébastien Crozet
Fix check for motor constraints on angular DoF
2023-12-10chore: update testbed to bevy 0.12Sébastien Crozet
2023-12-09Merge pull request #515 from Soham1803/feat/disabled_object_color_changeSébastien Crozet
feat/Color of disabled object will change
2023-12-09chore: update changelogSébastien Crozet
2023-12-09feat: actually apply the disabled_color_multiplier in the debug-rendererSébastien Crozet
2023-12-09feat/Color of disabled object will changeSoham
2023-12-01Fix check for motor constraints on angular DoFDzmitry Malyshau
2023-11-04Merge pull request #540 from johnny-smitherson/bevy-0.11Sébastien Crozet
update bevy 0.11 - fix compile errors
2023-11-04Leave the version bumps to another prSébastien Crozet
2023-11-04feat: add a checkbox to enable/disable the debug renderer in the testbedSébastien Crozet
2023-11-04Changelog: specify that the bevy update is about the testbedSébastien Crozet
2023-11-04Fix typoSébastien Crozet
2023-11-04cargo fmtSébastien Crozet
2023-11-03delete comments left over in diffjohnny-smitherson
2023-11-03flip y coord in 3d highlight_hovered_bodyjohnny-smitherson
2023-11-03edit changelog - not a breaking change, field was not pubjohnny-smitherson
2023-11-03fix compiler warnings & mention breaking in changelogjohnny-smitherson
2023-10-29Merge pull request #538 from rafalh/enable-collider-fixSébastien Crozet
Fix enabling disabled collider
2023-10-29Fix crashes on MacOSSébastien Crozet
2023-10-29cargo fmtSébastien Crozet
2023-10-23update bevy 0.11 - fix compile errorsjohnny-smitherson
2023-10-18Fix enabling disabled colliderRafal Harabien
If collider was enabled and no other attributes were changed its collisions were not detected. This was the result of `needs_broad_phase_update` function not handling case of changed enabled status. Fixes dimforge/bevy_rapier#435
2023-10-01Merge pull request #529 from Linentio/masterSébastien Crozet
Use the absolute value of the up attribute when calculating up_extent and side_extent
2023-09-30Use the absolute value of the up attribute when calculating side_extentLinentio
2023-09-30Use the absolute value of the up attribute when calculating up_extentLinentio
2023-09-09Merge pull request #505 from mrDIMAS/masterSébastien Crozet
`user_data` for joints
2023-09-09Merge pull request #508 from PaulL48/masterSébastien Crozet
Add serde derives to structures in the control module
2023-09-09Merge pull request #511 from Triuman/masterSébastien Crozet
fix lock_translations & lock_rotations doesn't work both ways
2023-09-09Merge pull request #518 from waywardmonkeys/remove-unused-indexmap-depSébastien Crozet
deps: Remove unused `indexmap` dep.
2023-09-09Merge pull request #519 from waywardmonkeys/update-ciSébastien Crozet
ci: Update to `actions/checkout@v3`.
2023-09-09Merge pull request #520 from waywardmonkeys/doc-fixesSébastien Crozet
docs: Minor fixes.
2023-09-09Merge pull request #521 from waywardmonkeys/expand-wrtSébastien Crozet
docs: Expand "wrt" to "with respect to".
2023-09-09Merge pull request #522 from waywardmonkeys/doc-exclude-kinematic-dynamic-mixupSébastien Crozet
docs: exclude kinematic/dynamic reversed in description.
2023-08-28docs: exclude kinematic/dynamic reversed in description.Bruce Mitchener
Fixes #496.
2023-08-28docs: Expand "wrt" to "with respect to".Bruce Mitchener
This makes things more clear as this abbreviation isn't known to everyone. While the trailing period is common in French, it isn't in English (one might use "w.r.t."). Fixes #498.