urdf-loader
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "urdf-loader", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "URDF Loader for THREE.js and webcomponent viewer", | ||
@@ -17,3 +17,4 @@ "scripts": { | ||
"example/index.js", | ||
"example/dragAndDrop.js" | ||
"example/dragAndDrop.js", | ||
"example/styles.css" | ||
], | ||
@@ -20,0 +21,0 @@ "license": "Apache-2.0", |
@@ -28,5 +28,5 @@ # javascript urdf-loader | ||
{ | ||
packageName : '.../package/dir/' | ||
}, // The equivelant of a (list of) ROS package(s):// directory | ||
robot => { }, // The robot is loaded! | ||
packageName : '.../package/dir/' // The equivelant of a (list of) ROS package(s):// directory | ||
}, | ||
robot => { }, // The robot is loaded! | ||
{ | ||
@@ -33,0 +33,0 @@ loadMeshCb: (path, ext, done) => { }, // Callback for each mesh for custom mesh processing and loading code |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72029
9
1429