Skip to content

Commit

Permalink
Remove old suggestion for running tutorials on WSLg
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Aug 13, 2024
1 parent aaa5798 commit b3b4560
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 70 deletions.
11 changes: 0 additions & 11 deletions tutorial/camera/model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,3 @@ Finally start the simulation in Gazebo.
![yarpview window](imgs/yarpview.png "yarpview window")
- Gazebo simulation
![Gazebo simulation](imgs/simulation.png "Gazebo simulation")

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~


10 changes: 0 additions & 10 deletions tutorial/camera/model_horizontal_flip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,3 @@ Finally start the simulation in Gazebo.
![yarpview window](imgs/yarpview_horizontal_flip.png "yarpview window")
- Gazebo simulation
![Gazebo simulation](imgs/simulation.png "Gazebo simulation")

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~

9 changes: 0 additions & 9 deletions tutorial/camera/model_vertical_flip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,3 @@ Finally start the simulation in Gazebo.
![yarpview window](imgs/yarpview_vertical_flip.png "yarpview window")
- Gazebo simulation
![Gazebo simulation](imgs/simulation.png "Gazebo simulation")

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~
9 changes: 0 additions & 9 deletions tutorial/forcetorque/model_one_sensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ Finally start the simulation in Gazebo. The output is:
...
~~~

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~

## Run model in Gazebo without YARP integration
Run the model:
```
Expand Down
9 changes: 0 additions & 9 deletions tutorial/forcetorque/model_two_sensors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,3 @@
() () () () () (((0.0 0.0 -98.0 0.0 0.0 0.0) 8.68900000000000005684)) () () () ()
() () () () () (((0.0 0.0 -98.0 0.0 0.0 0.0) 8.77299999999999968736)) () () () ()
~~~

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~
11 changes: 0 additions & 11 deletions tutorial/imu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ Finally start the simulation in Gazebo. The output is:
...
~~~

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~

## Run model in Gazebo without YARP integration
Run the model:
```
Expand Down Expand Up @@ -92,5 +83,3 @@ linear_acceleration {
}
...
```


11 changes: 0 additions & 11 deletions tutorial/laser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ Finally start the simulation in Gazebo. If we put an obstacle (for example a cyl
...
~~~

If you are using Linux on WSLg and you have the following error
~~~
OGRE EXCEPTION(9:UnimplementedException): in GL3PlusTextureGpu::copyTo at ./RenderSystems/GL3Plus/src/OgreGL3PlusTextureGpu.cpp (line 685)
~~~
try forcing software rendering:
~~~
export LIBGL_ALWAYS_SOFTWARE=1
~~~

## Run model in Gazebo without YARP integration
Run the model:
```
Expand Down Expand Up @@ -120,5 +111,3 @@ ranges: inf
ranges: inf
...
```


0 comments on commit b3b4560

Please sign in to comment.