From db2498cd42a45e5d99221c91c24dcc7520f670c6 Mon Sep 17 00:00:00 2001 From: Tobias Fischer Date: Wed, 10 Apr 2024 12:07:41 +1000 Subject: [PATCH] Fix file location --- RosTest.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RosTest.ipynb b/RosTest.ipynb index e9a9b04..9cfcf1e 100644 --- a/RosTest.ipynb +++ b/RosTest.ipynb @@ -31,7 +31,7 @@ }, { "cell_type": "code", - "source": "\npyjs.js.Function(\"\"\"\n globalThis[\"_window\"] = this || self || window;\n const url = globalThis.origin + \"/roslib.js\"\n console.log(url);\n importScripts(url);\n\"\"\")()\n", + "source": "\npyjs.js.Function(\"\"\"\n globalThis[\"_window\"] = this || self || window;\n const url = globalThis.origin + \"/wasm-cpp-test/roslib.js\"\n console.log(url);\n importScripts(url);\n\"\"\")()\n", "metadata": { "trusted": true }, @@ -40,7 +40,7 @@ }, { "cell_type": "code", - "source": "pyjs.js.Function(\"\"\"\n const url = globalThis.origin + \"/pre.js\"\n console.log(url);\n importScripts(url);\n\"\"\")()\n", + "source": "pyjs.js.Function(\"\"\"\n const url = globalThis.origin + \"/wasm-cpp-test/pre.js\"\n console.log(url);\n importScripts(url);\n\"\"\")()\n", "metadata": { "trusted": true }, @@ -159,4 +159,4 @@ "execution_count": null } ] -} \ No newline at end of file +}