1.0 KiB
1.0 KiB
Unreleased
Modified
- Pre-parsing of urdf files is now done through the more recent
urdf_rscrate.
Added
- Add optional support for Collada and Wavefront files through new feature flags
colladaandwavefront. - Add support for capsule urdf geometry
0.3.0
This is the initial release of the rapier3d-urdf crate.
Added
- Add
UrdfRobotwhich is a collection of colliders, rigid-bodies and joints representing a robot loaded from an URDF file. - Add
UrdfRobot::from_fileto load anUrdfRobotfrom an URDF file. - Add
UrdfRobot::from_strto load anUrdfRobotfrom a string in URDF format. - Add
UrdfRobot::from_robotto load anUrdfRobotfrom an already loaded URDF robot (pre-parsed with thexurdfcrate). - Add
UrdfRobot::insert_using_impulse_jointsto insert the robot to the rapier sets. Joints are represented as impulse joints. - Add
UrdfRobot::insert_using_impulse_jointsto insert the robot to the rapier sets. Joints are represented as multibody joints.