Last active
January 19, 2021 00:49
-
-
Save mayataka/8b9f7d75214dc1cb80491297217cda92 to your computer and use it in GitHub Desktop.
install pinocchio viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the building of pinocchio-gepetto-viewer is failed, the following commands can fix the bug.