We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description
Steps To Reproduce The CDN indicated in the ROS tutorials seems to not work anymore :
<script src="http://static.robotwebtools.org/EventEmitter2/current/eventemitter2.js"></script> <script src="http://static.robotwebtools.org/roslibjs/current/roslib.js"></script>
Is the new correct CDN to be used the one indicated in the readme? What about the eventemitter2.js file?
eventemitter2.js
https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.min.js
Thanks!
The text was updated successfully, but these errors were encountered:
Forget about the ROS wiki, that one is really out-of-date.
The README is correct.
For eventemitter2 use https://cdn.jsdelivr.net/npm/eventemitter2@6/lib/eventemitter2.min.js I will add this to the README.
eventemitter2
https://cdn.jsdelivr.net/npm/eventemitter2@6/lib/eventemitter2.min.js
Sorry, something went wrong.
I think EventEmitter2 is included in the build and therefore no EventEmitter CDN is needed.
I will run the examples later to confirm this.
Yes, I have tested the examples without EventEmitter CDN and these work.
Successfully merging a pull request may close this issue.
Description
Steps To Reproduce
The CDN indicated in the ROS tutorials seems to not work anymore :
Is the new correct CDN to be used the one indicated in the readme? What about the
eventemitter2.js
file?Thanks!
The text was updated successfully, but these errors were encountered: