762 B
762 B
Unreleased
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.