- Added support for multiple collision objects within one link (#13)
- Added missing dependency on OpenRAVE
- Set the source URI of loaded bodies (#14)
- Contributors: Chris Dellin, Dawid Seredyński, Michael Koval
- Update README.md
- Added some more unsupported features to the README
- Fixed a typo (thanks @cdellin!)
- Merge pull request #12 from personalrobotics/bugfix/8 Support package:// URDF and SRDF URIs
- Support package:// URDF and SRDF URIs (#8)
- Merge pull request #11 from personalrobotics/bugfix/ContinuousJointLimits Fixed support for continuous joints.
- Added a fix for limits on continuous joints.
- Don't convert revolute joints to continuous joints. This was previously happening if a continuous joint defined any limits, including velocity and effort limits.
- Force continuous joints to have +/-INF limits.
- Contributors: Michael Koval
- Replaced RAVELOG_INFO with RAVELOG_DEBUG.
- Manually apply the URDF collision scale to meshes.
- Added support for scaling visual meshes.
- Added LICENSE.
- Added a README.
- Stripped out YAML dependencies (unnecessary if an SRDF is being used).
- Contributors: Michael Koval, Prasanna Velagapudi