Skip to content

Commit

Permalink
Update full_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Nov 7, 2023
1 parent b044217 commit 97aa2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/full_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ sudo apt-get -y install python3-dev python3-numpy python3-nose libboost-python-d

# WBC
mkdir wbc/build && cd wbc/build
cmake .. -DUSE_PYTHON=1 -DUSE_EIQUADPROG=1 -DUSE_KDL=1 -DUSE_QPSWIFT=1
cmake .. -DUSE_PYTHON=1 -DUSE_EIQUADPROG=1 -DUSE_KDL=1 -DUSE_PINOCCHIO=1 -DUSE_QPSWIFT=1 -DUSE_PROXQP=1
make -j8 && sudo make install && cd ../..
sudo ldconfig

0 comments on commit 97aa2e8

Please sign in to comment.