Releases: gkjohnson/urdf-exporter-js
Releases · gkjohnson/urdf-exporter-js
v0.4.0
Changed
- Rewrite of exporter to make results more reliable and consistent. Exported URDF classes are now required for exporting a model. Convert any target export into the model that uses the URDF classes.
- Add the URDFConverter class to make it simpler to convert three.js hierarchies to URDF classes.
v0.3.1
v0.2.0
Changed
- Moved
robotName
from an option in theparse
function to an option. - URDF contents are now in the
data
field instead of theurdf
field.
Added
pathPrefix
option.- Ability to return
null
frommeshFunc
to indicate no visual node. isLeaf
value from jointFunc to indicate that traversal should stop.- Added return value from the mesh creation function to define material attributes including
color
,opacity
, andtexture
.
Removed
packagePrefix
option.includeMaterials
field from createMeshCb function.
Fixed
- The euler order at the end of a rotation.