Skip to content

Commit

Permalink
Use the latest version of ros3djs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhuang committed Jul 25, 2017
1 parent 99441bc commit 46a6760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"paper-styles": "PolymerElements/paper-styles#^2.0.0",
"paper-toolbar": "PolymerElements/paper-toolbar#^2.0.0",
"paper-tooltip": "PolymerElements/paper-tooltip#^2.0.0",
"ros3djs": "RobotWebTools/ros3djs#c36fbdbfb310871b3bb98b6ad014dee20416f7dc",
"ros-service": "jstnhuang/ros-service#^2.0.0",
"ros-websocket": "jstnhuang/ros-websocket#^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions imports.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script src="../eventemitter2/lib/eventemitter2.js"></script>
<script src="scripts/threejs/three.js"></script>
<script src="bower_components/eventemitter2/lib/eventemitter2.js"></script>
<script src="bower_components/threejs/build/three.js"></script>
<script src="scripts/threejs/ColladaLoader.js"></script>
<script src="scripts/ColladaAnimationCompress/ColladaLoader2.js"></script>
<script src="scripts/threejs/STLLoader.js"></script>
<script src="scripts/ros3djs/ros3d.js"></script>
<script src="bower_components/ros3djs/build/ros3d.js"></script>

0 comments on commit 46a6760

Please sign in to comment.