Skip to content

Releases: gkjohnson/urdf-loaders

v0.12.3

02 Sep 03:20
Compare
Choose a tag to compare

Added

  • d.ts definition for loadAsync.

v0.12.2

28 Aug 11:10
498d780
Compare
Choose a tag to compare

Added

  • Support for "planar" and "floating" joint types.

Changed

  • setJointValues function can now take "null" vaues.

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.