Skip to content

Commit

Permalink
Merge pull request #12 from westonrobot/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
hanskw-weston authored Jun 11, 2024
2 parents d6171fa + f1c7834 commit f1f3aac
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** : 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 catkin workspace and compile/source.
Expand Down

0 comments on commit f1f3aac

Please sign in to comment.