You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello, I build and run SORA-SVL on wsl2, and then run svl client on windows. I can complete steps 1-6, but when I run the loadmap.py of the example, the svl client does not respond. What is the reason?
Useful debug information from command line
If applicable, add output from command line to help explain your problem.
Remember to use "```" to surround the code block.
Screenshots
Desktop (please complete the following information):
OS: [e.g. Ubuntu 18.04]
Version of SVL [e.g., 2021.03]
Additional context
In the code, I changed the ip at env.str("LGSVL__SIMULATOR_HOST", lgsvl.wise.SimulatorSettings.simulator_host) to my windows Ethernet ip, and the default 127.0.0.1 will report an error
The text was updated successfully, but these errors were encountered:
Hi @fpeanut , I normally run SORA-SVL, SVL Client, and the script on the same Ubuntu machine. Are you running the SVL Client and the script on different machines here?
Describe the bug
Hello, I build and run SORA-SVL on wsl2, and then run svl client on windows. I can complete steps 1-6, but when I run the loadmap.py of the example, the svl client does not respond. What is the reason?
Useful debug information from command line
If applicable, add output from command line to help explain your problem.
Remember to use "```" to surround the code block.
Screenshots
Desktop (please complete the following information):
Additional context
In the code, I changed the ip at env.str("LGSVL__SIMULATOR_HOST", lgsvl.wise.SimulatorSettings.simulator_host) to my windows Ethernet ip, and the default 127.0.0.1 will report an error
The text was updated successfully, but these errors were encountered: