-
Notifications
You must be signed in to change notification settings - Fork 2
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
Launch gazebo on WSL #133
Comments
Preliminary stepsWSL
Mamba and repositories
|
Import ErgoCub
|
fyi @traversaro |
I'm facing the issue of gazebo not finding the gz-sim-yarp-plugins shared libraries, in fact when I execute: gz sim example.world -v 4 I get the following logs, even if the env. var Details
|
Just a copy&paste friendly command:
|
Side note: I find really cool to be able to use vscode from windows attached natively to WSL! See https://code.visualstudio.com/docs/remote/wsl |
Running Gazebo on a VMLittle off-topic (I didn't want to open explicitly an issue for this): up to now I'm stuck with the solution of using WSL to test ergoCub walking since when I launch the world containing it, it is not able to find the shared libraries of the plugins, even if the I've then tried to setup a VM (using VirtualBox) to avoid continuously restarting my PC to switch between Windows and Linux os. After having set up all the stuff needed (including installing the graphics packages with #133 (comment) ), when I started Gazebo I saw a black area in place of the rendered world, with no errors regarding it: For the moment I was able to make it work by disabling the HW acceleration from the VirtualBox settings: Unfortunately, this caused the simulation to be quite slow. I've seen there are
|
In the end when configuring WSL I made a mistake in setting the When I try to run the walking controller tutorial using v0.8.0) I get an error at step 7:
|
The issue was due to missing HSL solvers. |
This issue tracks all the necessary steps to make gazebo and gz-sim-yarp-plugins work on WSL, with particular reference to the case of ErgoCub robot (see #122 )
Tests done on Windows 11 22H2
The text was updated successfully, but these errors were encountered: