Skip to content

Commit

Permalink
add missing socat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgrotz committed Sep 24, 2023
1 parent 2c59eee commit 27ffec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system_scripts/60_install_dev_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ pip install -U pip
pip install -U poetry


# required for UR16e
sudo apt install socat

sudo apt install build-essential git libssl-dev libelf-dev cmake cmake-curses-gui
sudo apt install python3-sip python3-sip-dev python3-pykdl
Expand Down

0 comments on commit 27ffec1

Please sign in to comment.