File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,19 @@ Web Visualizer on [ManiSkill2](https://github.com/haosulab/ManiSkill2).
5252Check the [ URDF Example] ( example/visualize_urdf/README.md ) for information to visualize a static URDF file on Web
5353Visualizer.
5454
55+ ## Troubleshooting
56+
57+ ` Can "Upgrade" only to "WebSocket" `
58+
59+ This issue may arise if you have entered an incorrect URL into your browser. Ensure that the URL is in the
60+ format ` http://YOUR_IP_ADDRESS:YOUR_PORT_NUM/static/ ` . The ` /static/ ` part of the URL is essential and should not be
61+ omitted.
62+
63+ ` 404: Not Found `
64+
65+ Similar to the previous issue, the correct URL suffix should be ` /static/ ` , and not ` /static ` . The trailing ` / ` is
66+ mandatory and should not be omitted.
67+
5568## Citing This Repo
5669
5770This repository is a part of the [ AnyTeleop Project] ( http://anyteleop.com/ ) . If you use this work, kindly reference it
You can’t perform that action at this time.
0 commit comments