-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to install webots on WSL2 Ubuntu-22.04 #6570
Comments
I'm not familiar with ROS, but I've installed Webots on wsl like you without issue. Did you install it through the apt package manager ? |
I am following the official tutorial I tried both the apt and source file, they all fail in this step. Did you also use |
How does your WEBOTS_HOME look like? because it looks for me as if you were pointing to the installer but not to the installed application. |
I think @Roberyan means he installed ROS via the official tutorial for WSL2 with a Windows install of Webots. And in order to have ROS point to the correct version of Webots (since not locally installed) you export the (mounted) windows path. But ROS still fails to find/run it |
Describe the Bug
Though appointing
WEBOTS_HOME
,ros2 launch webots_ros2_universal_robot multirobot_launch.py
cmd always says "Do you want Webots R2023b to be automatically installed in C:\Program Files\Webots ([Y]es/[N]o)?" And this will fails with[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught exception when trying to load file of format [py]: [Errno 2] No such file or directory: '/mnt/c/Temp/webots-R2023b_setup.exe'
regardless theWEBOTS_HOME
Cmds & results
System
The text was updated successfully, but these errors were encountered: