problem with roslib
i try to excute the script simple.html from robridge tutorial page. i have this error :
ReferenceError: ROSLIB is not defined
simple.html: in line 11
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
i try to excute the script simple.html from robridge tutorial page. i have this error :
ReferenceError: ROSLIB is not defined
simple.html: in line 11
Did you download the roslibjs
repository from source? The example file attempts to load the JS file locally from the source build. If you are trying to copy-and-paste the example and run it without the source code, you can change line 6 of the example to include the following:
<script src="http://cdn.robotwebtools.org/roslibjs/current/roslib.min.js"></script>
Asked: 2015-04-05 14:13:38 -0600
Seen: 3,173 times
Last updated: Mar 08 '16
Rosbridge 2.0 with raw sockets
How can I publish an integer and string (Int16 & String) using roslibjs?
Get list of topics via rosbridge and websocket
Accessing roswtf using roslibjs/rosbridge
Displaying point cloud in browser
Rosbridge and roslibjs: Unable to load the manifest for package
Please edit your question to provide more details. You should include things such as links to the tutorial, versions of tools you're running and instructions how to reproduce your problem. Seehttp://wiki.ros.org/Support
I am having the same problem.
Indigo, Ubuntu 14.04, Firefox 44.0.2 Tutorial simple.html can be found at https://github.com/RobotWebTools/rosl...
The Firefox webconsole reports; ReferenceError: ROSLIB is not defined (simple.html line)