Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ cd robot-control-stack
# setup environment
conda create -n rcs python=3.11
conda activate rcs
conda install conda-forge::glfw
conda install -c conda-forge urdfdom urdfdom_headers glfw

# or sudo apt install $(cat debian_deps.txt)
pip install 'pip>=25.1'
Expand Down
3 changes: 2 additions & 1 deletion debian_deps.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build-essential
gcc
libglfw3-dev
libglfw3-dev
liburdfdom-dev
Loading