-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes after eventemitter3 migration (#698)
* Missed EventEmitter2 in es6 transpiler * (README) EventEmitter2 -> 3 * (examples) EventEmitter2 -> 3
- Loading branch information
1 parent
bde0004
commit f3ce39a
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ Alternatively, you can use the current release via the [JsDelivr](https://www.js | |
|
||
ros3djs depends on: | ||
|
||
[EventEmitter2](https://github.com/hij1nx/EventEmitter2). The current supported version is 6.4. The current supported version can be found on the JsDeliver CDN: ([full](https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js)) | ([min](https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.min.js)) | ||
[EventEmitter3](https://github.com/primus/eventemitter3). The current supported version is 5.0. The current supported version can be found on the JsDeliver CDN: ([full](https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.js)) | ([min](https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.js)) | ||
|
||
[three.js](https://github.com/mrdoob/three.js/). The current supported version is r89. The current supported version can be found on the Robot Web Tools CDN: ([full](https://cdn.jsdelivr.net/npm/[email protected]/build/three.js)) | ([min](https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8" /> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/three.min.js"></script> | ||
<!-- <script src="https://static.robotwebtools.org/threejs/current/ColladaLoader.js"></script> --><!-- CDN is gone --> | ||
<!-- <script src="https://static.robotwebtools.org/threejs/current/STLLoader.js"></script> --><!-- CDN is gone --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/eventemitter2.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/eventemitter3.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.js"></script> | ||
<script src="../build/ros3d.js"></script> | ||
<script src="js/ColladaLoader.js"></script> <!-- override the default ColladaLoader --> | ||
|