-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Description
Hello all,
I'm following the tutorial at: https://wiki.ros.org/ros3djs/Tutorials/VisualizingAURDF
I realized that the import links in the javascript file are not working anymore and i solved it using:
<script src="https://cdn.jsdelivr.net/npm/eventemitter2@6.4.9/lib/eventemitter2.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/roslib@1/build/roslib.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/three@0.89.0/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ros3d@1.1/build/ros3d.min.js"></script>
<script src="https://robotwebtools.github.io/ros3djs/"></script>
I spent quite a long time finding them, there's no reason why other people should do it too, we should update them.
Thank you :)
Metadata
Metadata
Assignees
Labels
No labels