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
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>
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-04-05 14:13:38 -0600
Seen: 1,605 times
Last updated: Mar 08 '16
Multiple rosbridge_websocket nodes
rosbridge_server: share messages to non-ROS computer using HTTP
ROSLIBJS "Non Official" message subscriber
Get list of topics via rosbridge and websocket
Changing dynamic_reconfigure parameters using rosbridge
Rosbridge 2.0 with raw sockets
What should be the messageType for a custom message?
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)