Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Nov 16, 2023
2 parents ce27b24 + 05e69f7 commit 48e3a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Hardware-in-the-loop operation requires `panda-py` to control the robot. However
For visualization, additional libraries are required, depending on whether hardware acceleration and/or headless mode is required. On Ubuntu 22.04 you can install the respective requirements by running
* Hardware accelerated rendering in windowed mode `sudo apt-get install libglfw3 libglew2.2`
* Headless hardware acceleration with recent NVIDIA driver `sudo apt-get install libglew2.2`
* Software rendering `sudo apt-get libgl1-mesa-glx libosmesa6`
* Software rendering `sudo apt-get install libgl1-mesa-glx libosmesa6`

Additionally you may need to install glib `sudo apt-get libglib2.0-0`.
Additionally you may need to install glib `sudo apt-get install libglib2.0-0`.

0 comments on commit 48e3a7b

Please sign in to comment.