Skip to content
Snippets Groups Projects
Commit 1c416a7c authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[README] Compilation instructions

parent 0d69ccc5
No related branches found
No related tags found
No related merge requests found
# sot-talos-balance
Coordination project for the control of the balance of Talos.
\ No newline at end of file
Coordination project for the control of the balance of Talos.
## Installation procedure
Assuming you have all the dependencies correctly installed inside `/opt/openrobots`,
the package is installed as follows:
```
git clone --recursive git@gepgitlab.laas.fr:loco-3d/sot-talos-balance.git
cd sot-talos-balance
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/openrobots ..
make -j4
make install
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment