Skip to content

Commit

Permalink
gazebo add troubleshooting screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Nov 26, 2023
1 parent 9d79d0b commit faa3781
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/install-gazebo.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ You may also be interested in:
sudo apt install libgazebo7-dev
```

## Troubleshooting

### Bad screen output (WSL/WSL2 with Ubuntu 22.04 Jammy)

- Description: Bad screen output using WSL/WSL2 with Ubuntu 22.04 Jammy, deformed gray image (good image flashes when attempting 3D navigation).
- Solution: As described at [Taskbar window caption shows [WARN: COPY MODE] #312](https://github.com/microsoft/wslg/discussions/312), fixed via upgrading to mesa 21.x:

```bash
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
sudo apt upgrade
```

Then close Ubuntu, run `wsl --shutdown` from Windows, and finally restart Ubuntu.


## Additional Information

### Similar and Related
Expand Down

0 comments on commit faa3781

Please sign in to comment.