aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d-urdf/src
AgeCommit message (Collapse)Author
2025-01-08Update to Parry 0.18 (#770)Thierry Berger
* update to parry ~main * use traverse_depth_first * add example to test intersection * rely on upstream PR rather than local * re-enable profiler_ui for examples * rely on official parry repository * chore: switch back to the published version of parry * chore: update changelog * chore: remove dead code * fix compilation of rapier3d-meshloader and rapier3d-urdf * chore: cargo fmt --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2024-11-19Urdf rs (#745)Thierry Berger
Co-authored-by: Tin Lai <tin@tinyiu.com>
2024-11-12Use meshloader to support multiple file formats loading (#744)Thierry Berger
Co-authored-by: Tin Lai <tin@tinyiu.com>
2024-09-03chore: add publish script for urdf and stl + unify all releases by de… (#727)Thierry Berger
* chore: add publish script for urdf and stl + unify all releases by default * better cross platform publish support * publish in dry run within ci * publish scripts better errors, abort if a publish fails, with an exit code. * chore(rapier_urdf): fix warnings * chore(rapier-urdf): typo fix --------- Co-authored-by: Sébastien Crozet <developer@crozet.re>
2024-07-18clippy: Fix `clippy::lazy_doc_continuation` lints (#689)Bruce Mitchener
These will be enabled in Rust 1.80 by default.
2024-07-12ci: cargo doc step (#671)Thierry Berger
2024-06-09chore: clippy fixesSébastien Crozet
2024-06-09chore: add more commentsSébastien Crozet