Skip to content

Instantly share code, notes, and snippets.

@mayataka
Last active January 19, 2021 00:49
Show Gist options
  • Save mayataka/8b9f7d75214dc1cb80491297217cda92 to your computer and use it in GitHub Desktop.
Save mayataka/8b9f7d75214dc1cb80491297217cda92 to your computer and use it in GitHub Desktop.
install pinocchio viewer
sudo apt update
sudo apt install robotpkg-py38-qt5-gepetto-viewer-corba -y
git clone https://github.com/stack-of-tasks/pinocchio-gepetto-viewer.git --recursive
cd pinocchio-gepetto-viewer
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
sudo make install
@mayataka
Copy link
Author

If the building of pinocchio-gepetto-viewer is failed, the following commands can fix the bug.

sudo ln -s /usr/lib/x86_64-linux-gnu/libSM.so.6 /usr/lib/x86_64-linux-gnu/libSM.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libICE.so.6 /usr/lib/x86_64-linux-gnu/libICE.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment