chore: add more comments
This commit is contained in:
committed by
Sébastien Crozet
parent
cfddaa3c46
commit
edaa36ac7e
16
crates/rapier3d-urdf/CHANGELOG.md
Normal file
16
crates/rapier3d-urdf/CHANGELOG.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Unreleased
|
||||
|
||||
This is the initial release of the `rapier3d-urdf` crate.
|
||||
|
||||
### Added
|
||||
|
||||
- Add `UrdfRobot` which is a collection of colliders, rigid-bodies and joints representing a robot loaded from an URDF
|
||||
file.
|
||||
- Add `UrdfRobot::from_file` to load an `UrdfRobot` from an URDF file.
|
||||
- Add `UrdfRobot::from_str` to load an `UrdfRobot` from a string in URDF format.
|
||||
- Add `UrdfRobot::from_robot` to load an `UrdfRobot` from an already loaded URDF
|
||||
robot (pre-parsed with the `xurdf` crate).
|
||||
- Add `UrdfRobot::insert_using_impulse_joints` to insert the robot to the rapier sets. Joints are represented as
|
||||
**impulse** joints.
|
||||
- Add `UrdfRobot::insert_using_impulse_joints` to insert the robot to the rapier sets. Joints are represented as
|
||||
**multibody** joints.
|
||||
Reference in New Issue
Block a user