Crates.io | rapier3d-urdf |
lib.rs | rapier3d-urdf |
version | 0.3.0 |
source | src |
created_at | 2024-06-09 13:25:32.132565 |
updated_at | 2024-09-03 19:50:21.286283 |
description | URDF file loader for the 3D rapier physics engine. |
homepage | https://rapier.rs |
repository | https://github.com/dimforge/rapier |
max_upload_size | |
id | 1266388 |
size | 43,675 |
Rapier is a set of 2D and 3D physics engines for games, animation, and robotics. The rapier3d-urdf
crate lets you convert an URDF file into a set of rigid-bodies, colliders, and joints, for usage with the
rapier3d
physics engine.
stl
: enables loading STL meshes referenced by the URDF file.Are listed below some known limitations you might want to be aware of before picking this library. Contributions to improve these elements are very welcome!
stl
are not supported yet. Contributions are welcome. You my check the rapier3d-stl
repository for an example of mesh loader.Joint::dynamics
Joint::limit.effort
/ limit.velocity
Joint::mimic
Joint::safety_controller
Please make sure to familiarize yourself with our Code of Conduct and our Contribution Guidelines before contributing or participating in discussions with the community.