Urdf Loaders Versions Save

URDF Loaders for Unity and THREE.js with example ATHLETE URDF Files open sourced from NASA JPL

v0.9.3

3 years ago

Fixed

  • Unnecessary creation of a new quaternion when setting a joint angle.
  • Throw a human readable error when fetch fails.
  • The model failing to clone if the object names were changed.

Added

  • Ability to set the packages option to a function.

v0.9.2

3 years ago

Added

  • Normal bias to shadows in URDFViewerElement.

Fixed

  • Apply the mesh node scale to the parent visual node rather than the loaded mesh.
  • URDFViewerElement incorrectly calling setJointValue.
  • Incorrectly preserving rotation from loaded meshes.

v0.9.1

3 years ago

Fixed

  • Fix URDFRobot.setJointValues not always setting all joint values.

v0.9.0

3 years ago

Added

  • URDFRobot.frames map.
  • URDFRobot.visual map.
  • URDFRobot.colliders map.
  • Visual and collider nodes now get the name of the associated urdf node.
  • Typescript definitions for URDFVisual and URDFCollider objects.
  • setJointValue function to URDFJoint and URDFRobot.
  • getFrame function to URDFRobot.
  • URDFLoader.loadAsync function

Changed

  • Transparent materials now set depthWrite to false.
  • Removed setOffset, setAngles, and setAngle functions from URDFJoint and URDFRobot.

Fixed

  • Incorrect use of worldMatrixNeedsUpdate to matrixWorldNeedsUpdate.

v0.8.2

3 years ago

Changed

  • License text in README to remove unnecessary copy.

v0.8.1

3 years ago

Added

  • Support for processing pre-parsed XML documents to the parse function. A Document or Element object as returned from DOMParser may be passed in place of the xml string.

v0.8.0

4 years ago

Changed

  • Moved the URDFLoader options to member variables instead of an object paramter to parse and load functions.
  • Added onError and onProgress callbacks to load function.

v0.7.3

4 years ago

Fixed

  • Incorrect handling of empty "texture" tags that caused materials to display improperly.

v0.7.2

4 years ago

Changed

  • Caltech license copy.

v0.7.1

4 years ago

[0.7.1] - 2019-06-29

Fixed

  • Typescript definition file for URDFLoader.