Skip to content

Commit

Permalink
readme: add instructions to install lely
Browse files Browse the repository at this point in the history
  • Loading branch information
hanskw-weston committed Jun 11, 2024
1 parent 7c3993e commit 6c3f638
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ More details can be found in the README inside individual src sub-folders

* wrp_sdk >= **v1.3.0** ... < **v1.5.0** : please follow setup instructions from [here](https://github.com/westonrobot/wrp_sdk/)

* Peripheral driver dependencies (optional if you are not using peripherals):
```bash
$ sudo apt-get install -y software-properties-common
$ sudo add-apt-repository ppa:lely/ppa
$ sudo apt-get install -y pkg-config liblely-coapp-dev liblely-co-tools
```

### Build the package

* Clone the packages into a colcon workspace and compile/source.
Expand Down

0 comments on commit 6c3f638

Please sign in to comment.