Skip to content

Instantly share code, notes, and snippets.

@yenchenlin
Created March 7, 2020 22:39
Show Gist options
  • Save yenchenlin/5cdea0f8dc86b09e39b34a7988550fa7 to your computer and use it in GitHub Desktop.
Save yenchenlin/5cdea0f8dc86b09e39b34a7988550fa7 to your computer and use it in GitHub Desktop.

How to install UR_RTDE

Some bugs exist in the newest version but I found a checkout point that works well! Please follow the instructions below.

Prerequisite

sudo apt-get install libboost-all-dev
conda install pybind11

Note: pip install pybind11 will cause error later, make sure you use conda.

Manual installation

git clone https://gitlab.com/sdurobotics/ur_rtde.git
cd ur_rtde
git checkout 047ff8ec
mkdir build
cd build
cmake ..
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment