因此,我想在我的计算机中使用 Mozilla 的控制台来查看在他的平板电脑中通常由 Pepper 机器人执行的页面有哪些错误,因为 console.log()
没有显示在 Choregraphe 日志中。
我试图qimessaging.js
从计算机调用机器人库,但它会引发错误:
SyntaxError:URI 格式错误。qimessaging.js:12
html在那里:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Video</title>
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type = "text/javascript" src="http://nao:nao@192.168.1.238/libs/qimessaging/1.0/qimessaging.js"></script>
<script type="text/javascript" src="js/video.js"></script>
</head>
<body>
<canvas width = "320px" height = "240px"></canvas>
<p id="log">log</p>
</body>
</html>
有没有办法qimessaging.js
在我的计算机上调用没有错误的网络来测试网络?