ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

try to declare this:

  var ros = new ROSLIB.Ros({
    url : 'wss://echo.websocket.org'
  });

as a global variable, not in the vue instance.