Skip to content

Releases: gkjohnson/urdf-loaders

v0.12.1

06 Oct 21:20
8f83b64
Compare
Choose a tag to compare

Fixed

  • Prismatic joints not moving as expected when there is a non-zero rotation.

v0.12.0

11 May 16:00
1c30a8f
Compare
Choose a tag to compare

Changed

  • Bump three.js version to 0.152.2.

v0.11.0

02 May 04:50
b114b9e
Compare
Choose a tag to compare

Fixed

  • Add correct return type definitions for some functions.

Changed

  • Change use of *BufferGeometry classes to be *Geometry variants.
  • Bumped three.js peer dependency version requirement.

v0.10.5

28 Mar 10:30
Compare
Choose a tag to compare

Changed

  • Removed log when modifying "mimic" joints

v0.10.4

18 May 21:44
96a55f1
Compare
Choose a tag to compare

Fixed

  • Internal URDF material colors are implicitly converted to Linear colors.

v0.10.3

29 Apr 15:37
a4ae224
Compare
Choose a tag to compare

Fixed

  • Types for the loadMeshCb function.

v0.10.2

22 Apr 07:09
Compare
Choose a tag to compare

Fixed

  • Typescript definition for "packages" field to include function.

v0.10.1

17 Apr 01:23
Compare
Choose a tag to compare

Added

  • Reexport URDF Class types from the root file.

v0.10.0

16 Apr 21:37
Compare
Choose a tag to compare

Fixed

  • URDFJoint.axis not correctly defaulting to 1, 0, 0.

Changed

  • Added "type": "module" to the package.json and made the main entry file point to the es6 module.
  • Export URDF Class types as interafaces rather than classes.
  • Changed URDF Class type definitions to be exported as interface rather than class.

v0.9.5

26 Feb 18:51
Compare
Choose a tag to compare

Added

  • Support for "mimic" joints.

Fixed

  • Incorrect mouseover and mouseout event firing with the manipulation element.