From 6d556ecfe2c77b9a2c855d504f7568430e96afc9 Mon Sep 17 00:00:00 2001 From: hanskw-weston Date: Tue, 11 Jun 2024 05:51:48 +0000 Subject: [PATCH] readme: add instructions to install lely --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 33d530d..3ff41da 100644 --- a/README.md +++ b/README.md @@ -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.