Skip to content

Commit

Permalink
Update installation_no_rock.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Jan 17, 2024
1 parent 2a8458c commit af57b4a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions installation/installation_no_rock.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
For Ubuntu 18.04/20.04
For Ubuntu 20.04/22.04

### Basic Install

This will install the WBC core library with a single robot model and QP solver respectively. Download this [install script](https://github.com/ARC-OPT/wbc/blob/master/scripts/install.sh?raw=1), store it in a folder of your choice (e.g., arc-opt) and execute:
This will install the WBC core library with a single robot model and QP solver respectively. Download this [install script](https://github.com/ARC-OPT/wbc/blob/master/scripts/install.sh?raw=1), store it in a folder of your choice (e.g., arc-opt) and execute it:

```
mkdir ~/arc-opt && cd ~/arc-opt
wget https://raw.githubusercontent.com/ARC-OPT/wbc/master/scripts/install.sh
sh install.sh
```
### Full Install

This will install the WBC core library alongside with different robot models, solvers and python bindings. Download this [install script](https://github.com/ARC-OPT/wbc/blob/master/scripts/full_install.sh?raw=1), store it in a folder of your choice (e.g., arc-opt) and execute:
This will install the WBC core library alongside with different robot models, solvers and python bindings. Download this [install script](https://github.com/ARC-OPT/wbc/blob/master/scripts/full_install.sh?raw=1), store it in a folder of your choice (e.g., arc-opt) and execute it:

```
mkdir ~/arc-opt && cd ~/arc-opt
wget https://raw.githubusercontent.com/ARC-OPT/wbc/master/scripts/full_install.sh
sh full_install.sh
```

Expand Down

0 comments on commit af57b4a

Please sign in to comment.